Skip to content

Commit

Permalink
Twenty Twelve: move text treatment for footer anchor element up to it…
Browse files Browse the repository at this point in the history
…s 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
  • Loading branch information
lancewillett committed Aug 30, 2012
1 parent 07671ea commit 02f0519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/twentytwelve/style.css
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down

0 comments on commit 02f0519

Please sign in to comment.