Changeset 158
- Timestamp:
- 2008-08-27 12:23:47 (4 months ago)
- Files:
-
- trunk/includes/styles/default.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/styles/default.css
r157 r158 421 421 } 422 422 423 .post a:link {424 text-decoration:underline;425 }426 427 .post a:visited {428 text-decoration:underline;429 }430 431 .post a:hover {432 text-decoration:none;433 }434 435 423 .deniedmessage { 436 424 margin-top:1em; … … 601 589 } 602 590 591 .post a:link { 592 text-decoration:underline; 593 } 594 595 .post a:visited { 596 text-decoration:underline; 597 } 598 599 .post a:active { 600 text-decoration:underline; 601 } 602 603 .post a:hover { 604 text-decoration:none; 605 } 606 607 .message a:link { 608 text-decoration:underline; 609 } 610 611 .message a:visited { 612 text-decoration:underline; 613 } 614 615 .message a:active { 616 text-decoration:underline; 617 } 618 619 .message a:hover { 620 text-decoration:none; 621 } 622 603 623 #admin_top { 604 624 background:#b9b9b9;
