Make WordPress Core

Changeset 21427


Ignore:
Timestamp:
08/05/2012 08:21:07 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve: print style tweaks for footer meta and link underlines. See #21377.

File:
1 edited

Legend:

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

    r21426 r21427  
    14421442                content: " [" attr(href) "] "; /* Show URLs */
    14431443        }
     1444        a {
     1445                text-decoration: none;
     1446        }
    14441447        .entry-content img,
    14451448        .comment-content img,
     
    15131516                font-size: 21pt;
    15141517        }
    1515         .entry-meta {
     1518        footer.entry-meta,
     1519        footer.entry-meta a {
     1520                color: #444;
    15161521                font-size: 10pt;
    15171522        }
Note: See TracChangeset for help on using the changeset viewer.