From e578da5c4f19af7446a48a9d78f45de51383d4ac Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 2 May 2013 21:21:22 -0400 Subject: Forum: Add upvote button --- forum/forum.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'forum/forum.css') 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; +} -- cgit v1.2.3