Make WordPress Core

Changeset 28850


Ignore:
Timestamp:
06/26/2014 03:35:19 PM (12 years ago)
Author:
helen
Message:

Slightly bump up the login logo size to avoid getting chopped off by Firefox's rounding problems. props SergeyBiryukov for the initial patch. fixes #28393.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

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

    r28780 r28850  
    6969        background-image: url(../images/w-logo-blue.png?ver=20131202);
    7070        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    71         -webkit-background-size: 80px 80px;
    72         background-size: 80px 80px;
     71        -webkit-background-size: 84px;
     72        background-size: 84px;
    7373        background-position: center top;
    7474        background-repeat: no-repeat;
    7575        color: #999;
    76         height: 80px;
     76        height: 84px;
    7777        font-size: 20px;
    7878        font-weight: normal;
     
    8181        padding: 0;
    8282        text-decoration: none;
    83         width: 80px;
     83        width: 84px;
    8484        text-indent: -9999px;
    8585        outline: none;
  • trunk/src/wp-admin/css/login.css

    r28096 r28850  
    127127        background-image: url(../images/w-logo-blue.png?ver=20131202);
    128128        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
    129         -webkit-background-size: 80px 80px;
    130         background-size: 80px 80px;
     129        -webkit-background-size: 84px;
     130        background-size: 84px;
    131131        background-position: center top;
    132132        background-repeat: no-repeat;
    133133        color: #999;
    134         height: 80px;
     134        height: 84px;
    135135        font-size: 20px;
    136136        font-weight: normal;
     
    139139        padding: 0;
    140140        text-decoration: none;
    141         width: 80px;
     141        width: 84px;
    142142        text-indent: -9999px;
    143143        outline: none;
Note: See TracChangeset for help on using the changeset viewer.