Changeset 839 for trunk/template
- Timestamp:
- Aug 20, 2005, 3:52:29 AM (19 years ago)
- Location:
- trunk/template/default
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/default/default.css
r836 r839 628 628 float: right; 629 629 } 630 631 /* Administration comments */ 632 div#adminMain div.comment { 633 margin: 5px; 634 border: 1px solid gray; 635 clear: both; 636 } 637 638 div#adminMain div.comment > a.illustration { 639 display: block; 640 float: left; 641 margin: 5px; 642 } 643 644 div#adminMain div.comment p.commentHeader { 645 text-align: right; 646 margin: 0.5em 0.5em 0 0; 647 } 648 649 div#adminMain div.comment ul.actions { 650 text-align: center; 651 margin: 0.2em; 652 clear: both; 653 } 654 655 div#adminMain div.comment > ul.actions > li { 656 display: inline; 657 } 658 659 div#adminMain div.comment blockquote { 660 margin: 15px; 661 border: 1px dashed gray; 662 padding: 0.5em; 663 } 664 665 /* */ 666 form p.bottomButtons { 667 text-align: center; 668 }
Note: See TracChangeset
for help on using the changeset viewer.