summaryrefslogtreecommitdiff
path: root/forum/forum.css
diff options
context:
space:
mode:
Diffstat (limited to 'forum/forum.css')
-rw-r--r--forum/forum.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/forum/forum.css b/forum/forum.css
index 4f7b7f2..9193de0 100644
--- a/forum/forum.css
+++ b/forum/forum.css
@@ -27,6 +27,7 @@
}
.Forum_entryMetadata {
+ display: inline;
font-style: italic;
color: hsl(0, 0%, 65%);
}
@@ -44,3 +45,7 @@ li .Forum_entryMetadata {
.Forum_entryBody {
height: 15em;
}
+
+.Forum_voting, .Forum_voting * {
+ display: inline;
+}