Make WordPress Core

Changeset 26887


Ignore:
Timestamp:
12/31/2013 10:52:42 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix incorrect -mox prefixes in CSS.

props morganestes.
fixes #26702 for trunk.

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

Legend:

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

    r26823 r26887  
    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}
  • trunk/src/wp-admin/css/wp-admin.css

    r26876 r26887  
    1237612376        max-width: none;
    1237712377        box-sizing: border-box;
    12378         -mox-box-sizing: border-box;
     12378        -moz-box-sizing: border-box;
    1237912379    }
    1238012380
     
    1239512395        width: 100%;
    1239612396        box-sizing: border-box;
    12397         -mox-box-sizing: border-box;
     12397        -moz-box-sizing: border-box;
    1239812398        padding: 8px;
    1239912399    }
Note: See TracChangeset for help on using the changeset viewer.