Changeset 547
- Timestamp:
- 02/12/10 17:55:43 (6 months ago)
- Files:
-
- 1 modified
-
trunk/telemeta/htdocs/css/telemeta.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/telemeta/htdocs/css/telemeta.css
r544 r547 46 46 #content { 47 47 position: relative; 48 } 48 } 49 49 #content ul, #content ul ul, #content ol { 50 50 list-style: square; … … 208 208 .buttons form, .buttons form div { display: inline } 209 209 .buttons input { margin: 1em .5em .1em 0 } 210 .inlinebuttons input { 210 .inlinebuttons input { 211 211 font-size: 70%; 212 212 border-width: 1px; … … 436 436 padding-left: .3em; 437 437 margin-right: 1.2em; 438 color: #444; 438 color: #444; 439 439 } 440 440 dl.dublincore .caption { … … 627 627 628 628 .rst-content img.align-left { 629 margin-left: 0 630 } 631 629 margin-left: 0; 630 clear: left; 631 } 632 632 633 .rst-content img.align-right { 633 margin-right: 0 634 margin-right: 0; 635 clear: right; 634 636 } 635 637
