Changeset 829 for trunk/style
- Timestamp:
- Mar 25, 2015, 9:18:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r828 r829 574 574 margin-left: auto; 575 575 margin-right: auto; 576 } 577 578 .Form tr .Left 576 text-align: center; 577 } 578 579 .Form fieldset 580 { 581 display: inline-block; 582 text-align: left; 583 } 584 585 .Form fieldset table tr .Left 579 586 { 580 587 text-align: right; 581 588 font-weight: normal; 582 } 589 padding-right: 6px; 590 } 591 592 .Form fieldset table tr .Center 593 { 594 text-align: center; 595 font-weight: normal; 596 }
Note:
See TracChangeset
for help on using the changeset viewer.