From 1f92c2dd6eeaf693914c3e61c7ebad90ef780638 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Tue, 18 Feb 2014 01:00:48 +0100 Subject: [PATCH] 14px-sized hide/show button. --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index a5878507c..89b7e1954 100644 --- a/css/style.css +++ b/css/style.css @@ -707,9 +707,14 @@ a.hide-announcement { } /* Post Hiding */ +.hide-post-button, +.show-post-button { + font-size: 14px; +} .hide-post-button { float: left; margin-right: 3px; + margin-bottom: -1em; /* Prevent the floating effect from affecting the thumbnail too */ } .thread[hidden] + hr, .stub ~ * {