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{