Changeset 149
- Timestamp:
- 11/12/08 19:38:14 (4 years ago)
- Files:
-
- templates/reflection/comments_table.html (modified) (1 diff)
- templates/reflection/images/comment.gif (modified) (previous)
- templates/reflection/reflection.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/reflection/comments_table.html
r83 r149 6 6 7 7 <li id="comment-{comments_table_row.COMM_ID}" class="comment"> 8 <img src="{TEMPLATE_PATH}/images/comment.gif" alt="" class="comment_header" /> 8 9 <div class="commentLeftPart"> 9 10 <a name="comm{comments_table_row.COMM_ID}"></a> templates/reflection/reflection.css
r147 r149 567 567 568 568 .comment { 569 margin: 3px 0px 20px 0px;570 padding: 20px 10px5px 10px;569 margin: 20px 0px 20px 0px; 570 padding: 0px 10px 15px 10px; 571 571 width: 92%; 572 background: #666 url(images/comment.gif) no-repeat left top; 573 margin-bottom:1em; 574 padding-bottom:10px; 572 background-color: #666; 575 573 display: block; 576 574 list-style:none; 577 } 575 } 576 577 .comment_header { 578 position:relative; 579 top:-13px; 580 } 578 581 579 582 .commentLeftPart {
