summaryrefslogtreecommitdiff
path: root/assets/css/src/comment.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/comment.css')
-rw-r--r--assets/css/src/comment.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/assets/css/src/comment.css b/assets/css/src/comment.css
index b976225c..1b8affbc 100644
--- a/assets/css/src/comment.css
+++ b/assets/css/src/comment.css
@@ -69,21 +69,22 @@
max-width: 800px;
}
+#comments .comment-textarea {
+ height: 80px;
+ width: 500px;
+}
+
.comment-sorting {
+ text-align: right;
font-size: 0.5em;
}
-span.comment-sorting a {
+.comment-sorting a {
color: #555;
font-weight: normal;
text-decoration: none;
}
-span.comment-sorting a:hover {
+.comment-sorting a:hover {
color: #aaa;
}
-
-#comments .comment-textarea {
- height: 80px;
- width: 500px;
-} \ No newline at end of file