Changeset 24001
- Timestamp:
- 04/16/2013 05:18:30 PM (12 years ago)
- Location:
- trunk/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/functions.php
r23899 r24001 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? … … 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; -
trunk/wp-content/themes/twentyten/functions.php
r23826 r24001 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 { -
trunk/wp-content/themes/twentythirteen/inc/custom-header.php
r23680 r24001 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 ) ) : … … 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; -
trunk/wp-content/themes/twentytwelve/inc/custom-header.php
r23717 r24001 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? … … 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;
Note: See TracChangeset
for help on using the changeset viewer.