(Each project requires you to login separately)

blanktheme

Changeset 377

Show
Ignore:
Timestamp:
01/25/09 17:57:26 (14 months ago)
Author:
mateo
Message:

[blanktheme] #header padding converted to margins to facilitate fixed height

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/style/screen/basemod.css

    r327 r377  
    9696      #header { 
    9797        /*background: #fff url(../../images/header_imagename.png) repeat-x top left;*/ 
    98         padding: 45px 2em 1em 20px; 
     98        padding: 0 20px; /* do not use top/bottom paddings with fixed height */ 
     99        height: 110px; 
    99100      } 
    100101 
     
    104105          } 
    105106 
     107          /* title and slogan */ 
     108          #header h1 { 
     109            margin: 45px 0 0.25em 20px; 
     110          } 
     111          #header .slogan { 
     112            float: left; 
     113          } 
     114 
    106115          /* logo */ 
    107116          #header .logo { 
    108117            float: left; 
    109             margin-top: -15px; 
    110             margin-right: 12px; 
     118            margin: 30px 12px 0 0; 
    111119          } 
    112120 
 
 
Powered by Trac
Design by Arcsin