hide sitemapnavi on wide content
This commit is contained in:
parent
4ac10cf3be
commit
3b8715b10b
2 changed files with 9 additions and 1 deletions
|
@ -14,6 +14,11 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
border-bottom: 1px solid @ini_background_site;
|
border-bottom: 1px solid @ini_background_site;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wide-content #dokuwiki__aside ul.sidebar-tabs {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
#plugin__sitemapnavi {
|
#plugin__sitemapnavi {
|
||||||
padding-left: @nav-margin*2.5;
|
|
||||||
padding-bottom: @nav-margin;
|
padding-bottom: @nav-margin;
|
||||||
margin-bottom: @nav-margin;
|
margin-bottom: @nav-margin;
|
||||||
border-bottom: 1px solid @ini_nav_menu_color;
|
border-bottom: 1px solid @ini_nav_menu_color;
|
||||||
|
@ -12,3 +11,7 @@
|
||||||
line-height: @line-height-bigger;
|
line-height: @line-height-bigger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wide-content #plugin__sitemapnavi {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue