Make WordPress Core

Ticket #22179: 22179-standalone.diff

File 22179-standalone.diff, 764 bytes (added by DrewAPicture, 12 years ago)

Standalone ul, li, p, h2

  • wp-content/themes/twentytwelve/style.css

     
    461461a:hover {
    462462        color: #0f3647;
    463463}
     464ul {
     465        list-style: disc outside;
     466        margin: 0 0 24px;
     467        margin: 0 0 1.714285714rem;
     468}
     469li {
     470        margin-left: 36px;
     471        margin-left: 2.571428571rem;
     472        line-height: 1.42857143;
     473}
     474p {
     475        font-size: 13px;
     476        font-size: 0.928571429rem;
     477        line-height: 1.846153846;       
     478        margin-bottom: 24px;
     479        margin-bottom: 1.714285714rem;
     480}
     481h2 {
     482        font-size: 18px;
     483        font-size: 1.285714286rem;
     484        line-height: 1.6;
     485        font-weight: normal;
     486        color: #777;
     487}
    464488
    465489/* Assistive text */
    466490.assistive-text,