From a1e86f574190eb41fdca6c573af2941a979eadf5 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 1 Jul 2012 20:27:02 -0400 Subject: Fixed : Body was overlapping with header --- static/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 1fe0b14..aea0b88 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,6 +2,12 @@ /* Generic classes */ +body { + position: relative; + padding-top: 90px; + background-color: white; +} + .right { text-align: right; } -- cgit