Changeset 14907 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 05/25/2010 10:05:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r14889 r14907 189 189 ?> 190 190 <style type="text/css"> 191 /* Shows the same border as on front end */ 191 192 #headimg { 192 height: <?php echo HEADER_IMAGE_HEIGHT; ?>px; 193 width: <?php echo HEADER_IMAGE_WIDTH; ?>px; 194 } 195 #headimg h1, #headimg #desc { 196 display: none; 193 border-bottom: 1px solid #000000; 194 border-top: 4px solid #000000; 195 } 196 197 /* If NO_HEADER_TEXT is false, you can style here the header text preview */ 198 #headimg #name { 199 } 200 201 #headimg #desc { 197 202 } 198 203 </style>
Note: See TracChangeset
for help on using the changeset viewer.