CSS: change comment margins
This commit is contained in:
parent
55dbaa9b77
commit
e4898f43fd
@ -355,6 +355,15 @@ textarea#description, textarea#bio {
|
||||
|
||||
/* comments */
|
||||
|
||||
.comment_wrapper {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.comment_wrapper p {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.comment_author {
|
||||
padding-top: 4px;
|
||||
font-size: 0.9em;
|
||||
@ -365,15 +374,6 @@ textarea#description, textarea#bio {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.comment_wrapper {
|
||||
margin-top: 14px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.comment_wrapper p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
textarea#comment_content {
|
||||
resize: vertical;
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user