Make WordPress Core

Changeset 26947


Ignore:
Timestamp:
01/15/2014 07:45:16 AM (11 years ago)
Author:
nacin
Message:

Fix incorrect -mox prefixes in CSS.

Merges [26887] to the 3.8 branch.

props morganestes.
fixes #26702.

Location:
branches/3.8
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/install.css

    r26823 r26947  
    306306        max-width: none;
    307307        box-sizing: border-box;
    308         -mox-box-sizing: border-box;
    309     }
    310 
    311 }
     308        -moz-box-sizing: border-box;
     309    }
     310
     311}
  • branches/3.8/src/wp-admin/css/wp-admin.css

    r26938 r26947  
    1239612396        max-width: none;
    1239712397        box-sizing: border-box;
    12398         -mox-box-sizing: border-box;
     12398        -moz-box-sizing: border-box;
    1239912399    }
    1240012400
     
    1241512415        width: 100%;
    1241612416        box-sizing: border-box;
    12417         -mox-box-sizing: border-box;
     12417        -moz-box-sizing: border-box;
    1241812418        padding: 8px;
    1241912419    }
Note: See TracChangeset for help on using the changeset viewer.