From fb9214a853a5ab577728e4051c3e2c159b6f3b1e Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sun, 22 Jun 2014 19:32:50 +0200 Subject: [PATCH] Site notice on top now stretches out wide --- theme/base/css/display.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3c1eca00ef..0110429c17 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -230,8 +230,6 @@ address .poweredby { } #site_notice { - float: right; - width: 300px; margin: 26px 0px 4px 0px; padding: 10px; background-color: #f2f2f2;