Make WordPress Core

Changeset 26240


Ignore:
Timestamp:
11/17/2013 01:10:49 AM (10 years ago)
Author:
SergeyBiryukov
Message:

Fix CSS formatting. Remove redundant rule. see #25976. see #25824.

File:
1 edited

Legend:

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

    r26239 r26240  
    28842884
    28852885#dash-right-now .inside {
    2886     margin-bottom: 0;
    28872886    overflow: hidden;
    28882887    padding: 0;
     
    1219412193        line-height: 1.6em;
    1219512194    }
    12196    
     12195
    1219712196    /* Add New plugins page */
    1219812197    table.plugin-install .column-name,
     
    1220312202        width: auto;
    1220412203    }
    12205    
    12206     table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description {
     12204
     12205    table.plugin-install th.column-name,
     12206    table.plugin-install th.column-version,
     12207    table.plugin-install th.column-rating,
     12208    table.plugin-install th.column-description {
    1220712209        display: none;
    1220812210    }
    12209    
     12211
    1221012212    table.plugin-install td.column-name strong {
    1221112213        font-size: 1.4em;
    1221212214        line-height: 1.6em;
    1221312215    }
    12214    
     12216
    1221512217    table.plugin-install #the-list td {
    1221612218        -webkit-box-shadow: none;
     
    1222312225        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    1222412226    }
    12225    
     12227
    1222612228    /*  Dashboard */
    1222712229    #dashboard_recent_comments #the-comment-list .comment-item .avatar {
Note: See TracChangeset for help on using the changeset viewer.