Ticket #1941: fixedkubrickfix.diff

File fixedkubrickfix.diff, 2.5 kB (added by spencerp, 2 years ago)
  • wp-content/themes/default/header.php

    old new  
    2424        #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }  
    2525<?php } ?> 
    2626        #header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg") no-repeat bottom center; } 
    27         #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom; border: none;} 
     27        #footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickfooter.jpg") no-repeat bottom left; border: none; } 
     28        #footer { /margin-left: 2px; } 
    2829 
    2930/*      Because the template is slightly different, size-wise, with images, this needs to be set here 
    3031        If you don't want to use the template's images, you can also delete the following two lines. */ 
    3132                 
    32         #header        { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; } 
     33        #header     { margin: 0 !important; margin: 0 0 0 2px; padding: 1px; height: 198px; width: 758px; } 
    3334        #headerimg      { margin: 7px 9px 0; height: 192px; width: 740px; }  
    3435 
    3536/*      To ease the insertion of a personal header image, I have done it in such a way, 
  • wp-content/themes/default/style.css

    old new  
    2121        This is to ease installation inside subdirectories of a server. 
    2222 
    2323        Have fun, and don't be afraid to contact me if you have questions. 
    24 */ 
    2524 
     25        *** ADDITIONAL NOTES *** 
     26        The 1px header/footer shift was fixed by Spencer Passmore 
     27        http://www.vindictivebastard.net/kubrickfixed/ 
    2628 
     29        Included fixes as well, the search button will now appear up beside the search form in IE6, Firefox, and Opera. =) Also, the 20px footer gap is now visible in IE6, where before it wasn't. Enjoy! 
    2730 
     31        For any questions about this fixed version, please see this support thread: 
     32        http://wordpress.org/support/topic/58467?replies 
     33 
     34*/ 
     35 
    2836/* Begin Typography & Colors */ 
    2937body { 
    3038        font-size: 62.5%; /* Resets 1em to 10px */ 
     
    208216 
    209217/* Begin Structure */ 
    210218body { 
    211         margin: 0
     219        margin: 0 0 20px 0
    212220        padding: 0;  
    213221        } 
    214222 
     
    449457        } 
    450458 
    451459#sidebar #searchform #s { 
    452         width: 115px; 
     460        width: 108px; 
    453461        padding: 2px; 
    454462        } 
    455463