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
This commit is contained in:
iammattthomas 2010-02-12 06:11:46 +00:00
parent a71e477b6f
commit db84efc3b0
1 changed files with 11 additions and 0 deletions

View File

@ -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;