Twenty Twelve: in small menu give sub-menu items a bit of indentation to denote the hierarchy of items. See #21562.
git-svn-id: http://core.svn.wordpress.org/trunk@21564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
46eb6f0c26
commit
c6aca81768
|
@ -513,6 +513,10 @@ a:hover {
|
|||
margin-top: 1.714285714rem;
|
||||
text-align: center;
|
||||
}
|
||||
.main-navigation li ul ul {
|
||||
margin-left: 40px;
|
||||
margin-left: 2.857142857rem;
|
||||
}
|
||||
.main-navigation li {
|
||||
margin-top: 24px;
|
||||
margin-top: 1.714285714rem;
|
||||
|
@ -1382,6 +1386,7 @@ img#wpstats {
|
|||
z-index: 1;
|
||||
}
|
||||
.main-navigation li ul ul {
|
||||
margin-left: 0;
|
||||
top: 0;
|
||||
left: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue