From 152f0ef65b3e0b57edac6094d858bb1648641d2d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 30 Aug 2012 16:25:31 +0000 Subject: [PATCH] Twenty Twelve: move text treatment for footer anchor element up to its parent container, to allow styling any text in the footer. git-svn-id: http://core.svn.wordpress.org/trunk@21666 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index a7ceb6ae5..490e50a8e 100644 --- a/style.css +++ b/style.css @@ -579,6 +579,9 @@ section[role="banner"] { footer[role="contentinfo"] { border-top: 1px solid #ededed; clear: both; + font-size: 12px; + font-size: 0.857142857rem; + line-height: 2; max-width: 960px; max-width: 68.571428571rem; margin-top: 24px; @@ -590,9 +593,6 @@ footer[role="contentinfo"] { overflow: hidden; } footer[role="contentinfo"] a { - font-size: 12px; - font-size: 0.857142857rem; - line-height: 2; color: #686868; } footer[role="contentinfo"] a:hover {