From c4e51487e5acda95e5dc3921f7867e424845bfbf Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 20 Aug 2012 21:44:38 +0000 Subject: [PATCH] Twenty Twelve: minor style fixes for small navigation menu (line-height) -- see #21562; featured image on homepage timeplate (space below image in small layouts). git-svn-id: https://develop.svn.wordpress.org/trunk@21562 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index bc672eb6da..070a0e5360 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -518,7 +518,7 @@ a:hover { margin-top: 1.714285714rem; font-size: 12px; font-size: 0.857142857rem; - line-height: 2; + line-height: 1.42857143; float: none; } .main-navigation a { @@ -1188,6 +1188,10 @@ label ~ span.required { /* =Homepage template -------------------------------------------------------------- */ +.entry-page-image { + margin-bottom: 14px; + margin-bottom: 1rem; +} .page-template-homepage-php .site-content article { border: 0; margin-bottom: 0; @@ -1431,6 +1435,7 @@ img#wpstats { } .entry-page-image { float: right; + margin-bottom: 0; width: 47.916666667%; } .page-template-homepage-php .widget-area .widget,