hide sitemapnavi on wide content

This commit is contained in:
Andreas Gohr 2019-03-21 13:29:55 +01:00
commit 3b8715b10b
2 changed files with 9 additions and 1 deletions

View file

@ -14,6 +14,11 @@
&.active {
border-bottom: 1px solid @ini_background_site;
font-weight: bold;
}
}
}
.wide-content #dokuwiki__aside ul.sidebar-tabs {
visibility: hidden;
}