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:
parent
8b5576c2fa
commit
64b5cec3ef
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue