Twenty Thirteen: better selector for widget titles. Fixes #23580.

git-svn-id: http://core.svn.wordpress.org/trunk@23490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-26 04:37:19 +00:00
parent 8b5576c2fa
commit 64b5cec3ef

View File

@ -2458,7 +2458,7 @@ footer.entry-meta {
padding: 20px;
}
.widget > h3 {
.widget .widget-title {
font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
margin: 0 0 10px;
}
@ -2613,7 +2613,7 @@ footer.entry-meta {
margin-right: 0;
}
.site-footer .widget h3 {
.site-footer .widget-title {
color: #fff;
}