From d4b20398aaa6cbd14f2851980d7ee2e43f93e31d Mon Sep 17 00:00:00 2001 From: Pradeep Date: Thu, 27 Feb 2014 19:50:55 +0530 Subject: [PATCH] padding-bottom added to site map --- mouchak/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index f7a003f..d90e4f8 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -408,7 +408,7 @@ background-color: #C00000; } #collapse-sitemap .panel-body { background-color:#000; - border-bottom:5px; + padding-bottom:5px; } #small-footer { -- 1.7.10.4