Merge pull request #66 from kovshenin/patch-8

Replace small-menu.js with navigation.js inspired by Twenty Twelve.
This commit is contained in:
sixhours 2013-02-27 13:28:31 -08:00
commit 620b8e5e53
5 changed files with 48 additions and 43 deletions

View file

@ -403,12 +403,24 @@ a:active {
/* Small menu */
.menu-toggle {
display: none;
cursor: pointer;
}
.main-small-navigation .menu {
.main-small-navigation ul {
display: none;
}
@media screen and (max-width: 600px) {
.menu-toggle,
.main-small-navigation ul.nav-menu.toggled-on {
display: block;
}
.main-navigation ul {
display: none;
}
}
/* =Content
----------------------------------------------- */