From 544739a22f7e83d37e4a8411a57e61433e5383d4 Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Sun, 29 Jan 2012 11:59:01 -0800
Subject: Removing App Caching

Temporarily removing the app cache until needed, should be set up and tested, so just would need to include and add files to the manifest.
---
 index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

(limited to 'index.html')

diff --git a/index.html b/index.html
index 1fe2fe02..ba2f70f8 100755
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
  No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
  (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
  </copyright> -->
-<html manifest="ninja.appcache">
+<!-- <html manifest="ninja.appcache"> -->
+<html>
 
 	<head lang="en">
 		
@@ -39,7 +40,7 @@
 				left: 0%;
 				width: 100%;
 				height: 100%;
-				background-image: -webkit-radial-gradient(center, ellipse cover, rgba(40, 40, 40, 1) 0%, rgba(5, 5, 5, 1) 50%, rgba(0, 0, 0, 1) 100%);
+				background-image: -webkit-radial-gradient(center, ellipse cover, rgba(40, 40, 40, 1) 0%, rgba(5, 5, 5, 1) 80%, rgba(0, 0, 0, 1) 100%);
 				background-size: auto, 115%;
 				background-color: rgba(150, 0, 0, 1);
 				background-position: center center;
-- 
cgit v1.2.3