Menuitems that are to be reconsidered are hidden by default

This commit is contained in:
Šesták Vít
2016-08-18 14:19:53 +02:00
parent 1bb70b676b
commit 990bafd29b
2 changed files with 11 additions and 2 deletions

View File

@@ -147,3 +147,11 @@ h3.library-identification{
top: 2px;
left: -19px;
}
.nav > li.collapse {
display: none;
}
.nav > li.collapse.in {
display: list-item;
}