From 48267c24621703f1e307016269e38958b6fea518 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 16 Apr 2013 22:32:55 +0200 Subject: [PATCH] Don't float the show-announcement button. --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 7426d3c8d..aefedc2c3 100644 --- a/css/style.css +++ b/css/style.css @@ -374,8 +374,7 @@ a[href="javascript:;"] { :root.hide-announcement #globalMessage { display: none; } -a.hide-announcement, -a.show-announcement { +a.hide-announcement { float: left; }