Skip to content

Commit

Permalink
Twenty Twelve: in small menu give sub-menu items a bit of indentation…
Browse files Browse the repository at this point in the history
… to denote the hierarchy of items. See #21562.

git-svn-id: http://core.svn.wordpress.org/trunk@21564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed Aug 20, 2012
1 parent 46eb6f0 commit c6aca81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wp-content/themes/twentytwelve/style.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -513,6 +513,10 @@ a:hover {
margin-top: 1.714285714rem; margin-top: 1.714285714rem;
text-align: center; text-align: center;
} }
.main-navigation li ul ul {
margin-left: 40px;
margin-left: 2.857142857rem;
}
.main-navigation li { .main-navigation li {
margin-top: 24px; margin-top: 24px;
margin-top: 1.714285714rem; margin-top: 1.714285714rem;
Expand Down Expand Up @@ -1382,6 +1386,7 @@ img#wpstats {
z-index: 1; z-index: 1;
} }
.main-navigation li ul ul { .main-navigation li ul ul {
margin-left: 0;
top: 0; top: 0;
left: 100%; left: 100%;
} }
Expand Down

0 comments on commit c6aca81

Please sign in to comment.