Commit b463b95ae35e71d976f2ae0344f835cfc7551a48
1 parent
fc12f565
Exists in
master
and in
5 other branches
fix comment list
Showing
1 changed file
with
4 additions
and
9 deletions
Show diff stats
style.css
| ... | ... | @@ -693,16 +693,11 @@ p { |
| 693 | 693 | /*comentário*/ |
| 694 | 694 | |
| 695 | 695 | |
| 696 | -#comments_list.comments{ | |
| 697 | - border: 1px solid #CCCCCC; | |
| 698 | - margin: 20px 0; | |
| 699 | -} | |
| 700 | - | |
| 701 | 696 | #content .main-block #comments_list h3 { |
| 702 | - border-bottom: 1px solid #CCCCCC; | |
| 703 | - margin: 0; | |
| 704 | - min-height: 100% !important; | |
| 705 | - padding: 14px; | |
| 697 | + border-bottom: 1px solid #CCCCCC; | |
| 698 | + margin: 0 0 6px 0; | |
| 699 | + min-height: 100% !important; | |
| 700 | + padding: 14px; | |
| 706 | 701 | color: #999; |
| 707 | 702 | } |
| 708 | 703 | #article .article-comments-list, | ... | ... |