Ticket #24033: 24033.diff
File 24033.diff, 2.7 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentyten/functions.php
200 200 */ 201 201 function twentyten_admin_header_style() { 202 202 ?> 203 <style type="text/css" >203 <style type="text/css" id="twentyten-header-css"> 204 204 /* Shows the same border as on front end */ 205 205 #headimg { 206 206 border-bottom: 1px solid #000; -
wp-content/themes/twentytwelve/inc/custom-header.php
76 76 77 77 // If we get this far, we have custom styles. 78 78 ?> 79 <style type="text/css" >79 <style type="text/css" id="twentytwelve-header-css"> 80 80 <?php 81 81 // Has the text been hidden? 82 82 if ( ! display_header_text() ) : … … 107 107 */ 108 108 function twentytwelve_admin_header_style() { 109 109 ?> 110 <style type="text/css" >110 <style type="text/css" id="twentytwelve-header-css"> 111 111 .appearance_page_custom-header #headimg { 112 112 border: none; 113 113 font-family: "Open Sans", Helvetica, Arial, sans-serif; -
wp-content/themes/twentyeleven/functions.php
224 224 225 225 // If we get this far, we have custom styles. Let's do this. 226 226 ?> 227 <style type="text/css" >227 <style type="text/css" id="twentyeleven-header-css"> 228 228 <?php 229 229 // Has the text been hidden? 230 230 if ( 'blank' == $text_color ) : … … 259 259 */ 260 260 function twentyeleven_admin_header_style() { 261 261 ?> 262 <style type="text/css" >262 <style type="text/css" id="twentyeleven-admin-header-css"> 263 263 .appearance_page_custom-header #headimg { 264 264 border: none; 265 265 } -
wp-content/themes/twentythirteen/inc/custom-header.php
80 80 81 81 // If we get this far, we have custom styles. 82 82 ?> 83 <style type="text/css" >83 <style type="text/css" id="twentythirteen-header-css"> 84 84 <?php 85 85 if ( ! empty( $header_image ) ) : 86 86 ?> … … 129 129 function twentythirteen_admin_header_style() { 130 130 $header_image = get_header_image(); 131 131 ?> 132 <style type="text/css" >132 <style type="text/css" id="twentythirteen-admin-header-css"> 133 133 .appearance_page_custom-header #headimg { 134 134 border: none; 135 135 -webkit-box-sizing: border-box;