Twenty Twelve: in small menu give sub-menu items a bit of indentation to denote the hierarchy of items. See #21562.
git-svn-id: https://develop.svn.wordpress.org/trunk@21564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d41d58d128
commit
c03b4a21c6
@ -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
Block a user