Make WordPress Core


Ignore:
Timestamp:
01/17/2009 09:17:00 PM (18 years ago)
Author:
azaozz
Message:

Add default formatting for <ol> tags and make <input type="password"> match <input type="text">, props beaulebens, fixes #8876

File:
1 edited

Legend:

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

    r10258 r10373  
    185185/* include margin and padding in the width calculation of input and textarea */
    186186input[type="text"],
     187input[type="password"],
    187188textarea {
    188189        -moz-box-sizing: border-box;
Note: See TracChangeset for help on using the changeset viewer.