Making WordPress.org

Changeset 264


Ignore:
Timestamp:
01/10/2014 05:36:26 AM (11 years ago)
Author:
nacin
Message:

Trac: Restrict Dashicons sizes, which were recently bumped from 16px to 20px in core. see #127, #WP26518.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r259 r264  
    791791table.listing tr.trac-columns .dashicons {
    792792    float: right;
     793    width: 16px;
     794    height: 16px;
     795    font-size: 16px;
    793796}
    794797table.listing tbody td.Comments,
     
    849852}
    850853#notifications .dashicons {
     854    height: 16px;
     855    width: 16px;
     856    font-size: 16px;
    851857    vertical-align: text-bottom;
    852858}
     
    906912td.Stars .dashicons {
    907913    color: #999;
     914    height: 16px;
     915    width: 16px;
     916    font-size: 16px;
    908917}
    909918td.Stars .dashicons:hover,
Note: See TracChangeset for help on using the changeset viewer.