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