Make WordPress Core

Changeset 22282


Ignore:
Timestamp:
10/23/2012 02:36:55 PM (12 years ago)
Author:
nacin
Message:

Remove unnecessary styling of an option element's padding. props SergeyBiryukov. fixes #22020.

File:
1 edited

Legend:

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

    r22281 r22282  
    827827}
    828828
    829 select option {
    830     padding: 2px;
    831 }
    832 
    833829.submit {
    834830    padding: 1.5em 0;
     
    891887.ie8 .tablenav .actions select#cat {
    892888    width: 200px;
    893 }
    894 
    895 #wpcontent option {
    896     padding: 2px;
    897889}
    898890
Note: See TracChangeset for help on using the changeset viewer.