Changeset 1388
- Timestamp:
- Jun 24, 2006, 12:41:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/image.css
r1325 r1388 112 112 113 113 #comments { 114 114 text-align: left; 115 115 } 116 116 117 117 #comments .comment { 118 margin: 3ex0;118 margin: 1em 0; 119 119 } 120 120 121 121 #comments H2 { 122 margin: 1ex0;122 margin: 0.5em 0; 123 123 } 124 124 125 125 #comments P { 126 margin: 0;126 margin: 0 0.5em 0 1em; 127 127 } 128 128 129 129 #comments .author { 130 130 font-weight: bold; 131 131 } 132 132 133 133 #comments BLOCKQUOTE { 134 margin: 1ex 0 1ex 2em; 135 padding: 4px 4px 0 /* IE bug */ 4px; 136 } 137 138 #comments BLOCKQUOTE P { 139 margin: 0; 140 padding-bottom: 4px; /* IE bug follow-up */ 141 } 142 #comments BLOCKQUOTE P+P { 143 margin-top: 1ex; 134 margin: 0.5em 1em 1em 4em; 135 padding: 0.5em; 136 overflow: auto; /* no solution for IE6 */ 137 min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */ 144 138 } 145 139 146 140 #comments P.userCommentDelete { 147 148 margin:0;141 float: right; 142 margin: 0 0.5em 0 0; 149 143 }
Note: See TracChangeset
for help on using the changeset viewer.