Changeset 849

Show
Ignore:
Timestamp:
01/22/07 10:34:00 (2 years ago)
Author:
dave
Message:

Tweaks to the default CSS to remove excess background elements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/template/templates/Default_Template/css

    r830 r849  
    2323padding:0; 
    2424font-size: 80%; 
     25line-height:1.6em; 
    2526} 
    2627 
     
    3233a { 
    3334  text-decoration:none; 
    34   color:#555
     35  color:#336699
    3536} 
    3637 
     
    9192   background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; 
    9293   position:relative; 
    93    width:940px
     94   width:100%
    9495   height:120px; 
    9596 } 
     
    159160   padding:0px; 
    160161   margin:0px; 
    161    width:940px
     162   width:100%
    162163   min-height:500px; 
    163164   overflow:hidden; 
     
    179180          margin:0 0 10px 0; 
    180181          color:#666; 
    181           background:#fff; 
    182182         font-size:1.1em; 
    183183} 
     
    196196    width:900px; 
    197197    text-align: left; 
    198     background-color: #fff; 
    199     color:#000; 
    200198    border:1px solid #eee; 
    201199} 
     
    210208    width:690px; 
    211209    text-align: left; 
     210    color:#000; 
    212211    float: left; 
    213     background-color: #fff; 
    214     color:#000; 
    215212    overflow-x:hidden; 
    216213    min-height:500px; 
     
    236233div#splitpane-sidebar td { 
    237234   width: 200px; 
    238    background:#fff; 
    239235   margin:0 0 0 20px; 
    240236  }