Changeset 9671
- Timestamp:
- 10/14/08 08:59:04 (3 months ago)
- Files:
-
- art/themes/coolwater/style.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/coolwater/style.css
r9670 r9671 222 222 width: 790px; 223 223 } 224 *html #header {height: 40px;} 225 224 226 225 227 /* Main Column */ … … 485 487 486 488 /* Menu */ 489 *html .menu ul table { 490 top:0; 491 left:0; 492 z-index:1000; 493 font-size:1em; 494 position:absolute; 495 border-collapse:collapse; 496 } 487 497 #header .menu ul { 498 margin:0; 488 499 float: left; 489 500 list-style: none; 490 margin:0;padding: 0 0 0 20px;501 padding: 0 0 0 20px; 491 502 } 492 503 #header .menu ul li { … … 494 505 } 495 506 #header .menu ul li a { 507 float: left; 508 color: #fff; 496 509 display: block; 497 float: left;498 510 padding: 0 12px; 499 color: #fff;500 511 text-decoration: none; 501 512 background: url(images/sep.jpg) no-repeat 100% 100%; … … 518 529 } 519 530 *html #top-header #header-links { 520 width: 195px;531 width: 220px; 521 532 white-space: nowarp; 522 533 }
