Make WordPress Core

Changeset 21728


Ignore:
Timestamp:
09/04/2012 05:08:32 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: list items need larger left margins to avoid cutting off the left-side (digit in the case of ordered lists). Props sixhours and obenland, fixes #21750.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r21726 r21728  
    747747.entry-content li,
    748748.comment-content li {
    749     margin: 0 0 0 24px;
    750     margin: 0 0 0 1.714285714rem;
     749    margin: 0 0 0 36px;
     750    margin: 0 0 0 2.571428571rem;
    751751}
    752752.entry-content blockquote,
Note: See TracChangeset for help on using the changeset viewer.