From ff090d27474116378857f58ed269c17dc75c1487 Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Mon, 24 Mar 2014 18:43:55 +0530 Subject: [PATCH] Some body css fixes --- mouchak/static/css/main.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 193be0f..bc7f538 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -44,11 +44,13 @@ html { */ body { - background: url("/static/img/bg.jpg") no-repeat; - font-family:'Josefin+Sans:700'; + /*background: url("/static/img/bg.jpg") no-repeat; background-size: 100%; - height:100%; - font-color:#262525; + */ + font-family:'Josefin+Sans:700'; + height: 100%; + color: #262525; + background-color: #f0f0f0; } hr { -- 1.7.10.4