From 440e2b878630d3476c3cfd9110cf770b779036f9 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 2 Nov 2012 16:48:11 +0000 Subject: [PATCH] Twenty Twelve: handle a long site title a bit better in mobile view, don't use line-height to add space between the h1 and h2 elements in this case. git-svn-id: http://core.svn.wordpress.org/trunk@22358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index ea74a20f55..8b12bd0cbd 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -528,7 +528,9 @@ a:hover { .site-header h1 { font-size: 24px; font-size: 1.714285714rem; - line-height: 2; + line-height: 1.285714286; + margin-bottom: 14px; + margin-bottom: 1rem; } .site-header h2 { font-weight: normal; @@ -1410,6 +1412,7 @@ img#wpstats { font-size: 26px; font-size: 1.857142857rem; line-height: 1.846153846; + margin-bottom: 0; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {