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

git-svn-id: http://core.svn.wordpress.org/trunk@21342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-07-25 19:15:55 +00:00
parent 6228e557fe
commit c163a3a642
1 changed files with 13 additions and 10 deletions

View File

@ -158,7 +158,9 @@ img {
/* Small headers */
.archive-title,
.page-title,
.widget-title {
.widget-title,
.entry-content th,
.comment-content th {
font-size: 11px;
font-size: 0.785714286rem;
line-height: 2.181818182;
@ -966,19 +968,20 @@ article.sticky .featured-post {
.entry-content table,
.comment-content table {
border-bottom: 1px solid #ededed;
color: #777;
font-size: 12px;
font-size: 0.857142857rem;
line-height: 2;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
width: 100%;
}
.entry-content th,
.comment-content th {
color: #666;
font-size: 10px;
font-size: 0.714285714rem;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.846153846;
text-transform: uppercase;
.entry-content table caption,
.comment-content table caption {
font-size: 16px;
font-size: 1.142857143rem;
margin: 24px 0;
margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {