Make WordPress Core

Changeset 26393


Ignore:
Timestamp:
11/26/2013 05:11:46 AM (11 years ago)
Author:
iammattthomas
Message:

Make ratings stars 20px to match dashicons native size so they're crisp on all screens. See #26170, props melchoyce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26392 r26393  
    93599359.star-rating .star {
    93609360    display: inline-block;
    9361     width: 25px;
    9362     height: 25px;
     9361    width: 20px;
     9362    height: 20px;
    93639363    -webkit-font-smoothing: antialiased;
    9364     font-size: 25px;
     9364    font-size: 20px;
    93659365    line-height: 1;
    93669366    font-family: 'dashicons';
Note: See TracChangeset for help on using the changeset viewer.