From c6aca81768d2310b69914aeaa607b42eba49f289 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 20 Aug 2012 22:10:56 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentytwelve/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 070a0e5360..fc6d8ec96e 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -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%; }