Changeset 14572 for greenstone3/trunk/web/interfaces
- Timestamp:
- 2007-09-25T16:09:53+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/interfaces/classic/style/classic.css
r14419 r14572 261 261 border:none; 262 262 } 263 264 div#documentinfo { 265 float:left; 266 padding-right: 10px; 267 margin:0; 268 } 269 270 ul#docbuttons li { 271 display: block; 272 font-size: 11px; 273 font-weight: bold; 274 background: #f7e7c5; 275 margin: 1px; 276 border: 1px solid #eeddbb; 277 text-align: center; 278 vertical-align: middle; 279 height: 30px; /* IE6 and NS4 treat width/height as min-width/min-height */ 280 281 } 282 283 div#toc{ 284 float: left; 285 } 286 287 ul#tocnodes li{ 288 margin: 0; 289 padding: 5px 0 0 0; 290 display:block; 291 } 292 293 ul.tocnode { 294 margin:0; 295 padding:5px 0 0 20px; 296 } 297 298 ul.tocnode a{ 299 margin: 0; 300 padding:0 5px 0 0; 301 } 302 303 span.bold{ 304 font-weight: bold; 305 }
Note:
See TracChangeset
for help on using the changeset viewer.