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:
parent
2348a07acd
commit
b8a4cb7144
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user