Make WordPress Core

Changeset 21721


Ignore:
Timestamp:
09/04/2012 03:58:24 AM (11 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove justified text alignment rules for small screens. Closes #21385.

File:
1 edited

Legend:

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

    r21720 r21721  
    719719    margin: 0 0 1.714285714rem;
    720720    line-height: 1.714285714;
    721     text-align: justify;
    722     text-justify: distribute;
    723721}
    724722.entry-content ol,
     
    13041302/* Minimum width of 600 pixels. */
    13051303@media screen and (min-width: 600px) {
    1306     .entry-content p,
    1307     .entry-summary p {
    1308         text-align: inherit;
    1309         text-justify: auto;
    1310     }
    13111304    #author-avatar {
    13121305        float: left;
Note: See TracChangeset for help on using the changeset viewer.