From 622cf04c9482d816cf7d04fbe261a7a6bc9eee8e Mon Sep 17 00:00:00 2001 From: Pradeep Date: Thu, 23 Jan 2014 13:53:13 +0530 Subject: [PATCH] bg color white --- mouchak/static/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 6010070..efe1ea6 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -123,8 +123,7 @@ li.maintab:hover { /*testing hover */ body{margin-top:0px; overflow-y:scroll; - background-color:#ccc; -} + } .glyphicon { margin-right:10px; } .panel-body { padding:0px; } .panel-body table tr td { padding-left: 15px } -- 1.7.10.4