Make WordPress Core

Changeset 22576


Ignore:
Timestamp:
11/14/2012 09:34:10 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve: wrap long text and URLs in entries. Props philiparthurmoore, fixes #22359. (Also clean up property order a bit.)

File:
1 edited

Legend:

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

    r22573 r22576  
    159159        -ms-interpolation-mode: bicubic;
    160160}
     161
    161162
    162163/* Clearing floats */
     
    581582/* Sidebar */
    582583.widget-area .widget {
    583         word-wrap: break-word;
    584584        -webkit-hyphens: auto;
    585585        -moz-hyphens: auto;
     
    587587        margin-bottom: 48px;
    588588        margin-bottom: 3.428571429rem;
     589        word-wrap: break-word;
    589590}
    590591.widget-area .widget h3 {
     
    909910}
    910911.site-content article {
     912        border-bottom: 4px double #ededed;
     913        margin-bottom: 72px;
     914        margin-bottom: 5.142857143rem;
    911915        padding-bottom: 24px;
    912916        padding-bottom: 1.714285714rem;
    913         margin-bottom: 72px;
    914         margin-bottom: 5.142857143rem;
    915         border-bottom: 4px double #ededed;
     917        word-wrap: break-word;
     918        -webkit-hyphens: auto;
     919        -moz-hyphens: auto;
     920        hyphens: auto;
    916921}
    917922.page-links {
     
    930935        display: none;
    931936}
     937
     938/* Multisite signup */
     939.mu_register ul {
     940        1376            list-style: disc outside;
     941        1377            margin: 0 0 24px;
     942        1378            margin: 0 0 1.714285714rem;
     943        1379    }
     944        1380    .mu_register li {
     945        1381            margin-left: 36px;
     946        1382            margin-left: 2.571428571rem;
     947        1383            line-height: 1.42857143;
     948        1384    }
     949        1385    .mu_register p {
     950        1386            font-size: 13px;
     951        1387            font-size: 0.928571429rem;
     952        1388            line-height: 1.846153846;
     953        1389            margin-bottom: 24px;
     954        1390            margin-bottom: 1.714285714rem;
     955        1391    }
     956        1392    .mu_register h2 {
     957        1393            font-size: 18px;
     958        1394            font-size: 1.285714286rem;
     959        1395            line-height: 1.6;
     960        1396            font-weight: normal;
     961        1397            color: #777;
     962        1398    }
    932963
    933964
Note: See TracChangeset for help on using the changeset viewer.