Show menu with JS disabled (more related fixes still to come)

* fixes #5918
This commit is contained in:
Thomas Gelf 2014-04-17 16:25:59 +00:00
parent cf7aaaed8e
commit 57097bba16
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#menu a {
outline: 0;
color: black;
}
#menu .separator {
@ -26,6 +27,10 @@
display: none;
}
.no-js #menu > ul > li > ul {
display: block;
}
#menu > ul > li.active > ul {
display: block;
}