From c163a3a642af9377103ce2045373d39d936601d4 Mon Sep 17 00:00:00 2001 From: lancewillett Date: Wed, 25 Jul 2012 19:15:55 +0000 Subject: [PATCH] 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 --- style.css | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index e21f1ae75..9bcd5453c 100644 --- a/style.css +++ b/style.css @@ -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 {