Making WordPress.org

Ticket #2372: 2372.patch

File 2372.patch, 1.1 KB (added by dingo_bastard, 8 years ago)

Removed unnecessary 0px and added background for the td[colspan="2"] table data selector

  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    5252    font-weight: bold;
    5353}
    5454
     55td[colspan="2"] {
     56    background: #eee;
     57}
     58
    5559td:first-of-type {
    5660        width: 30%;
    5761        border-right: 1px solid #eee;
     
    276280
    277281        #secondary-toggle {
    278282                margin-left: 22px;
    279                 margin-right: 0px;
     283                margin-right: 0;
    280284        }
    281285
    282286        #secondary-toggle:before {
    283                 top: 0px;
     287                top: 0;
    284288        }
    285289}
    286290
     
    496500        right: 45px;
    497501        color: #fff;
    498502        font-size: 18px;
    499         padding: 13px 5px 0px;
     503        padding: 13px 5px 0;
    500504        background: #00a0d2;
    501505}
    502506
     
    521525        right: 45px;
    522526        color: #fff;
    523527        font-size: 18px;
    524         padding: 13px 5px 0px;
     528        padding: 13px 5px 0;
    525529        background: #dc3232;
    526530}
    527531
     
    662666        line-height: 1.45;
    663667        width: 100%;
    664668        max-width: 940px;
    665         margin: 0px auto;
     669        margin: 0 auto;
    666670        padding: 0;
    667671}
    668672