Twenty Twelve: add back missing space in CSS value, removed in r24013. See #23790.
git-svn-id: https://develop.svn.wordpress.org/trunk@24014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
863b902a34
commit
9534e407b1
|
@ -110,7 +110,7 @@ function twentytwelve_admin_header_style() {
|
|||
<style type="text/css" id="twentytwelve-header-css">
|
||||
.appearance_page_custom-header #headimg {
|
||||
border: none;
|
||||
font-family: "Open Sans", Helvetica,Arial, sans-serif;
|
||||
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
#headimg h1,
|
||||
#headimg h2 {
|
||||
|
|
Loading…
Reference in New Issue