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/wp-admin.css

    r10348 r10373  
    29462946        padding-left: 25px;
    29472947}
     2948
     2949ol {
     2950        list-style-type: decimal;
     2951        margin-left: 2em;
     2952}
Note: See TracChangeset for help on using the changeset viewer.