summaryrefslogtreecommitdiff
path: root/tbc/static
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/static')
-rw-r--r--tbc/static/css/comments.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tbc/static/css/comments.css b/tbc/static/css/comments.css
index 5d7f393..552422b 100644
--- a/tbc/static/css/comments.css
+++ b/tbc/static/css/comments.css
@@ -12,6 +12,7 @@
min-height: 300px;
}
#new-comment-form input[type=text],
+#new-reply-form input[type=text],
#new-comment-form textarea,
#new-reply-form textarea {
width: 80%;
@@ -29,3 +30,11 @@
background: #ffffff;
border-left: 2px solid #1dccaa;
}
+.replies .reply small {
+ display: block;
+ line-height: 20px;
+ color: #b4bcc2;
+}
+.replies .reply p {
+ margin-bottom: .6em;
+}