Changeset 3517 for trunk/wp-content/themes/default/header.php
- Timestamp:
- 02/12/2006 07:53:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/default/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/header.php
r3134 r3517 17 17 and not in the wp-layout.css file. If you prefer to use only CSS for colors and what 18 18 not, then go right ahead and delete the following lines, and the image files. */ 19 20 body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor.jpg"); } 19 20 body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgcolor.jpg"); } 21 21 <?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?> 22 22 #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; } … … 29 29 /* Because the template is slightly different, size-wise, with images, this needs to be set here 30 30 If you don't want to use the template's images, you can also delete the following two lines. */ 31 31 32 32 #header { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } 33 33 #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; }
Note: See TracChangeset
for help on using the changeset viewer.