From db84efc3b0395e9889099bce108fb93e1aa1bb99 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Fri, 12 Feb 2010 06:11:46 +0000 Subject: [PATCH] Make the RSS widget title match other widgets in twentyten git-svn-id: http://svn.automattic.com/wordpress/trunk@13061 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index ef16860c0..a9038f0ea 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -1079,6 +1079,17 @@ h3#reply-title { #wp-calendar tfoot #next { text-align: right; } +.widget_rss a.rsswidget { + color: #000; +} +.widget_rss a.rsswidget:hover { + color: #FF4B33; +} +.widget_rss .widget-title img { + height: 11px; + width: 11px; +} + /* Main sidebars */ #main .widget-area ul { margin-left: 0;