From a04adbca7839eeb3bf33b1fbe418f31afb4650c2 Mon Sep 17 00:00:00 2001 From: Niels Groot Obbink Date: Wed, 29 Aug 2012 13:12:31 +0200 Subject: [PATCH] css bug margin fix --- lsp/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lsp/style.css b/lsp/style.css index 165a783f..c065ccfa 100644 --- a/lsp/style.css +++ b/lsp/style.css @@ -14,8 +14,11 @@ body #page { overflow: hidden; - margin: 10px -170px 0 230px; - padding: 0; + /*margin: 10px -170px 0 230px; */ + padding: 0; + + + padding: 10px 10px 10px 10px; }