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:
Lance Willett 2012-08-20 22:10:56 +00:00
parent 38b66e0719
commit ea22a80c9b
1 changed files with 5 additions and 0 deletions

View File

@ -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%;
}