Make the RSS widget title match other widgets in twentyten

git-svn-id: https://develop.svn.wordpress.org/trunk@13061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-02-12 06:11:46 +00:00
parent 2348a07acd
commit b8a4cb7144
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;