From ce7395968df060611e2b141bc1349f3f609f5e25 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Sun, 6 Jun 2010 20:40:44 +0000 Subject: [PATCH] Adjusting caption text style in the Twenty Ten theme. git-svn-id: http://svn.automattic.com/wordpress/trunk@15155 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a7aafde33..6ad6b57f9 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -137,6 +137,7 @@ h3#reply-title, .pingback p, .reply, .widget-title, +.wp-caption-text, input[type=submit] { font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; @@ -815,8 +816,6 @@ div.menu li { } #content .wp-caption { background: #f1f1f1; - color: #888; - font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 20px; @@ -827,6 +826,8 @@ div.menu li { } #content .wp-caption p.wp-caption-text { margin: 5px; + color: #888; + font-size: 12px; } #content .wp-smiley { margin:0;