From 83833ce423bdc7b993d8648feabda1bdc43576bf Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 21 Feb 2013 14:40:14 +0530 Subject: [PATCH] website.css, extended margin --- website/css/website.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/css/website.css b/website/css/website.css index 45e4038662..88c8f8ad19 100644 --- a/website/css/website.css +++ b/website/css/website.css @@ -11,12 +11,13 @@ div.outer { } .outer .navbar { - margin: -20px -20px 0 -20px; + margin: -20px -20px 10px -20px; } footer { text-align: left; margin: auto; + margin-bottom: 20px; } .navbar-inner {