CSS: change comment margins

This commit is contained in:
Jef van Schendel 2012-04-01 17:25:25 +02:00
parent 55dbaa9b77
commit e4898f43fd

View File

@ -355,6 +355,15 @@ textarea#description, textarea#bio {
/* comments */ /* comments */
.comment_wrapper {
margin-top: 20px;
margin-bottom: 20px;
}
.comment_wrapper p {
margin-bottom: 2px;
}
.comment_author { .comment_author {
padding-top: 4px; padding-top: 4px;
font-size: 0.9em; font-size: 0.9em;
@ -365,15 +374,6 @@ textarea#description, textarea#bio {
margin-top: 8px; margin-top: 8px;
} }
.comment_wrapper {
margin-top: 14px;
margin-bottom: 14px;
}
.comment_wrapper p {
margin-bottom: 0px;
}
textarea#comment_content { textarea#comment_content {
resize: vertical; resize: vertical;
width: 100%; width: 100%;