Rework Navigation Menu Part 2

* Separate scoping and assignment so that a decision does not need to be made as to whether we should intermix spaces and tabs on the left
 * Restore the previously removed nav-menu class addition to the first unordered list in `#site-navigation`.
 * Restore the `.navigation-main.toggled-on .nav-menu` selector.
 * Remove rules for the `.main-small-navigation ul` selector.
This commit is contained in:
Michael Fields 2013-06-25 01:45:52 -07:00
parent 4c396f6f9b
commit ac3cda4543
2 changed files with 6 additions and 9 deletions

View file

@ -441,14 +441,9 @@ a:active {
cursor: pointer;
}
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.navigation-main.toggled ul.menu,
.navigation-main.toggled div.menu > ul {
.navigation-main.toggled-on .nav-menu {
display: block;
}