From a90a9b6fd4934608249355087a0e37236aabfe56 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Mon, 24 May 2010 22:43:03 +0000 Subject: [PATCH] Reduce the font size when widgets use the entry-meta class in the sidebar git-svn-id: http://svn.automattic.com/wordpress/trunk@14864 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 439764f3c..8b2793507 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -1121,6 +1121,9 @@ h3#reply-title { .widget-area a:hover { text-decoration: underline; } +.widget-area .entry-meta { + font-size: 11px; +} #wp_tag_cloud div { line-height: 1.6em; }