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: https://develop.svn.wordpress.org/trunk@21666 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-30 16:25:31 +00:00
parent ce7c75f5b5
commit f9429df937
1 changed files with 3 additions and 3 deletions

View File

@ -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 {