Merge pull request #66 from kovshenin/patch-8
Replace small-menu.js with navigation.js inspired by Twenty Twelve.
This commit is contained in:
commit
620b8e5e53
5 changed files with 48 additions and 43 deletions
14
style.css
14
style.css
|
@ -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
|
||||
----------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue