Changeset 849
- Timestamp:
- 01/22/07 10:34:00 (2 years ago)
- Files:
-
- devel/mod/template/templates/Default_Template/css (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/template/templates/Default_Template/css
r830 r849 23 23 padding:0; 24 24 font-size: 80%; 25 line-height:1.6em; 25 26 } 26 27 … … 32 33 a { 33 34 text-decoration:none; 34 color:# 555;35 color:#336699; 35 36 } 36 37 … … 91 92 background:url({{url}}mod/template/templates/Default_Template/images/header-bg.gif) repeat-x; 92 93 position:relative; 93 width: 940px;94 width:100%; 94 95 height:120px; 95 96 } … … 159 160 padding:0px; 160 161 margin:0px; 161 width: 940px;162 width:100%; 162 163 min-height:500px; 163 164 overflow:hidden; … … 179 180 margin:0 0 10px 0; 180 181 color:#666; 181 background:#fff;182 182 font-size:1.1em; 183 183 } … … 196 196 width:900px; 197 197 text-align: left; 198 background-color: #fff;199 color:#000;200 198 border:1px solid #eee; 201 199 } … … 210 208 width:690px; 211 209 text-align: left; 210 color:#000; 212 211 float: left; 213 background-color: #fff;214 color:#000;215 212 overflow-x:hidden; 216 213 min-height:500px; … … 236 233 div#splitpane-sidebar td { 237 234 width: 200px; 238 background:#fff;239 235 margin:0 0 0 20px; 240 236 }
