Make WordPress Core

Changeset 23966


Ignore:
Timestamp:
04/11/2013 06:03:01 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: change Genericon element display to inline-block to avoid underlining the icon when its related element wrapped in a link. Props obenland, fixes #24045.

Location:
trunk/wp-content/themes/twentythirteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/rtl.css

    r23964 r23966  
    100100.error404 .page-title:after {
    101101    -webkit-font-smoothing: antialiased;
     102    display: inline-block;
    102103    font: normal 16px/1 Genericons;
    103104    vertical-align: text-bottom;
     
    749750        padding-right: 60px;
    750751    }
    751    
     752
    752753    ul.nav-menu,
    753754    div.nav-menu > ul {
  • trunk/wp-content/themes/twentythirteen/style.css

    r23964 r23966  
    501501.error404 .page-title:before {
    502502    -webkit-font-smoothing: antialiased;
     503    display: inline-block;
    503504    font: normal 16px/1 Genericons;
    504505    vertical-align: text-bottom;
Note: See TracChangeset for help on using the changeset viewer.