Fixed bug where menu does not toggle on click

fixes the error described here: https://github.com/Automattic/_s/issues/261
This commit is contained in:
Calvin Winter 2013-07-17 23:28:49 -04:00
parent 2c23f460ab
commit 7276a13a4b
1 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,7 @@ a:active {
@media screen and (max-width: 600px) {
.menu-toggle,
.main-navigation.toggled-on .nav-menu {
.main-navigation.toggled .nav-menu {
display: block;
}