From 16236db4fa0de4e5b3fa4555e0dde9f15c555248 Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sun, 6 Jun 2010 20:40:44 +0000 Subject: [PATCH] Adjusting caption text style in the Twenty Ten theme. git-svn-id: https://develop.svn.wordpress.org/trunk@15155 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a7aafde334..6ad6b57f97 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;