From cd1aaa3b375c26f21fc70a171a9f71a5e61b11a1 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 2 Oct 2012 04:27:55 -0400 Subject: [PATCH] minor changes --- config.json | 2 +- css/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 996ae14f..898abb06 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "cache" : {"allowed" : false}, - "appcache" : true, + "appcache" : false, "minification" : { "js" : true, "css" : true, diff --git a/css/style.css b/css/style.css index c8f06f7a..4afca18b 100644 --- a/css/style.css +++ b/css/style.css @@ -36,7 +36,8 @@ } body{ - font:16px "Droid Sans Mono"; + font:16px "Droid Sans Mono"; + background-color:white; } .menu{