new paragraph styles for comments
This commit is contained in:
@@ -1508,16 +1508,20 @@ body.discussion {
|
||||
|
||||
}
|
||||
|
||||
p {
|
||||
.response-body {
|
||||
font-size: 13px;
|
||||
padding: 10px 20px;
|
||||
|
||||
.posted-details {
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
p + p {
|
||||
margin-top: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.posted-details {
|
||||
margin: 0 20px 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.staff-label {
|
||||
margin-left: 2px;
|
||||
padding: 0 4px;
|
||||
@@ -1529,10 +1533,6 @@ body.discussion {
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.posted-details {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form {
|
||||
|
||||
Reference in New Issue
Block a user