mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-25 10:38:11 +01:00
Twenty Twelve: add back missing space in CSS value, removed in r24013. See #23790.
git-svn-id: http://core.svn.wordpress.org/trunk@24014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f4edaca26
commit
7dd27586af
@ -110,7 +110,7 @@ function twentytwelve_admin_header_style() {
|
|||||||
<style type="text/css" id="twentytwelve-header-css">
|
<style type="text/css" id="twentytwelve-header-css">
|
||||||
.appearance_page_custom-header #headimg {
|
.appearance_page_custom-header #headimg {
|
||||||
border: none;
|
border: none;
|
||||||
font-family: "Open Sans", Helvetica,Arial, sans-serif;
|
font-family: "Open Sans", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
#headimg h1,
|
#headimg h1,
|
||||||
#headimg h2 {
|
#headimg h2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user