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.
|
- /**
- * This file provides styles for the sitemapnavi plugin
- */
-
- #plugin__sitemapnavi {
- padding-bottom: @nav-margin;
- margin-bottom: @nav-margin;
- border-bottom: 1px solid @ini_nav_menu_color;
-
- label {
- padding-left: 0.5em;
- }
-
- li {
- line-height: @line-height-bigger;
-
- li {
- margin-left: 0.75em;
- }
- }
- }
-
- .wide-content #plugin__sitemapnavi {
- display: none;
- }
|