From cb4a804d81ea8abc38aebb88eae680cdae781407 Mon Sep 17 00:00:00 2001 From: Matt Thomas 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: https://develop.svn.wordpress.org/trunk@14864 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 439764f3c0..8b27935076 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; }