aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-01-29 11:59:01 -0800
committerJose Antonio Marquez2012-01-29 11:59:01 -0800
commit544739a22f7e83d37e4a8411a57e61433e5383d4 (patch)
tree39d288c8681a342d47987808349d51df0b10bc91 /index.html
parent8a771e50a9f8104ee0f0f3f4f501ac68b2557126 (diff)
downloadninja-544739a22f7e83d37e4a8411a57e61433e5383d4.tar.gz
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.
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1fe2fe02..ba2f70f8 100755
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> --> 6 </copyright> -->
7<html manifest="ninja.appcache"> 7<!-- <html manifest="ninja.appcache"> -->
8<html>
8 9
9 <head lang="en"> 10 <head lang="en">
10 11
@@ -39,7 +40,7 @@
39 left: 0%; 40 left: 0%;
40 width: 100%; 41 width: 100%;
41 height: 100%; 42 height: 100%;
42 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%); 43 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%);
43 background-size: auto, 115%; 44 background-size: auto, 115%;
44 background-color: rgba(150, 0, 0, 1); 45 background-color: rgba(150, 0, 0, 1);
45 background-position: center center; 46 background-position: center center;