From 738871992d63b8b852bd6960253fb7ffadd9e888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 30 Jul 2015 14:01:03 +0200 Subject: [PATCH] toolbar: ensure we have the correct margin --- mandaye/static/css/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandaye/static/css/toolbar.css b/mandaye/static/css/toolbar.css index aabc165..4de6af3 100644 --- a/mandaye/static/css/toolbar.css +++ b/mandaye/static/css/toolbar.css @@ -67,4 +67,4 @@ margin: 10px 0 0 0; } -body { margin: 36px 0 0 0; } +body { margin-top: 36px !important; }