Make WordPress Core

Changeset 21666


Ignore:
Timestamp:
08/30/2012 04:25:31 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: move text treatment for footer anchor element up to its parent container, to allow styling any text in the footer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r21665 r21666  
    580580    border-top: 1px solid #ededed;
    581581    clear: both;
     582    font-size: 12px;
     583    font-size: 0.857142857rem;
     584    line-height: 2;
    582585    max-width: 960px;
    583586    max-width: 68.571428571rem;
     
    591594}
    592595footer[role="contentinfo"] a {
    593     font-size: 12px;
    594     font-size: 0.857142857rem;
    595     line-height: 2;
    596596    color: #686868;
    597597}
Note: See TracChangeset for help on using the changeset viewer.