Make WordPress Core

Changeset 26320


Ignore:
Timestamp:
11/22/2013 06:39:38 AM (11 years ago)
Author:
dd32
Message:

Themes: Remove some unused invalid CSS. See #25948

File:
1 edited

Legend:

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

    r26291 r26320  
    755755        margin-right: 0;
    756756    }
    757     .theme.add-new:after {
    758         font-size: 23vw;
    759     }
    760757    .theme-overlay .theme-wrap,
    761758    .theme-overlay .theme-actions {
     
    774771    .theme:nth-child(odd) {
    775772        margin-right: 5%;
    776     }
    777     .theme.add-new:after {
    778         font-size: 23vw;
    779773    }
    780774}
     
    829823    .theme:nth-child(3n) {
    830824        margin-right: 0;
    831     }
    832     .theme.add-new:after {
    833         font-size: 53vw;
    834825    }
    835826    .theme-overlay .theme-update,
Note: See TracChangeset for help on using the changeset viewer.