Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (20 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/header.php

    r3134 r3517  
    1717    and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
    1818    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"); }
    2121<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
    2222    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbg.jpg") repeat-y top; border: none; }
     
    2929/*  Because the template is slightly different, size-wise, with images, this needs to be set here
    3030    If you don't want to use the template's images, you can also delete the following two lines. */
    31        
     31
    3232    #header     { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
    3333    #headerimg  { margin: 7px 9px 0; height: 192px; width: 740px; }
Note: See TracChangeset for help on using the changeset viewer.