From fc37d6da976375f81ddb50221ffbd1f14b630c1b Mon Sep 17 00:00:00 2001 From: Nebukazar Date: Tue, 7 Oct 2014 10:01:55 +0200 Subject: [PATCH] This doesn't need to be !important --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 2bfd50fbd..2b812c360 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1286,7 +1286,7 @@ a:only-of-type > .remove { text-align: center; } .menu-button + .container:not(:empty) { - margin-left: -5px !important; + margin-left: -5px; } #menu { position: fixed;