Make WordPress Core

Changeset 21342


Ignore:
Timestamp:
07/25/2012 07:15:55 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: improve table styles, props sennza and drewstrojny. Fixes #21261.

File:
1 edited

Legend:

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

    r21340 r21342  
    159159.archive-title,
    160160.page-title,
    161 .widget-title {
     161.widget-title,
     162.entry-content th,
     163.comment-content th {
    162164    font-size: 11px;
    163165    font-size: 0.785714286rem;
     
    967969.comment-content table {
    968970    border-bottom: 1px solid #ededed;
     971    color: #777;
     972    font-size: 12px;
     973    font-size: 0.857142857rem;
     974    line-height: 2;
    969975    margin: 0 0 24px;
    970976    margin: 0 0 1.714285714rem;
    971977    width: 100%;
    972978}
    973 .entry-content th,
    974 .comment-content th {
    975     color: #666;
    976     font-size: 10px;
    977     font-size: 0.714285714rem;
    978     font-weight: bold;
    979     letter-spacing: 0.1em;
    980     line-height: 1.846153846;
    981     text-transform: uppercase;
     979.entry-content table caption,
     980.comment-content table caption {
     981    font-size: 16px;
     982    font-size: 1.142857143rem;
     983    margin: 24px 0;
     984    margin: 1.714285714rem 0;
    982985}
    983986.entry-content td,
Note: See TracChangeset for help on using the changeset viewer.