new paragraph styles for comments

This commit is contained in:
Tom Giannattasio
2012-09-14 16:07:34 -04:00
parent 0ad3e8a7b0
commit 7b7ad3d8c2
3 changed files with 15 additions and 13 deletions

View File

@@ -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 {