_s: Simple script for changing the classes of the main menu based on browser width let's you easily restyle a menu for small screens without changing the markup
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8868 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
e1f35edffb
commit
4f3d984c7c
3 changed files with 46 additions and 1 deletions
|
@ -384,6 +384,14 @@ a:active {
|
|||
.main-navigation li.current-menu-item a {
|
||||
}
|
||||
|
||||
/* Small menu */
|
||||
.menu-toggle {
|
||||
cursor: pointer;
|
||||
}
|
||||
.main-small-navigation .menu {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* =Content
|
||||
----------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue