You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
427 B

  1. /**
  2. * This file provides styles for the sitemapnavi plugin
  3. */
  4. #plugin__sitemapnavi {
  5. padding-bottom: @nav-margin;
  6. margin-bottom: @nav-margin;
  7. border-bottom: 1px solid @ini_nav_menu_color;
  8. label {
  9. padding-left: 0.5em;
  10. }
  11. li {
  12. line-height: @line-height-bigger;
  13. li {
  14. margin-left: 0.75em;
  15. }
  16. }
  17. }
  18. .wide-content #plugin__sitemapnavi {
  19. display: none;
  20. }