diff options
author | Jose Antonio Marquez | 2012-01-29 11:59:01 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-29 11:59:01 -0800 |
commit | 544739a22f7e83d37e4a8411a57e61433e5383d4 (patch) | |
tree | 39d288c8681a342d47987808349d51df0b10bc91 /index.html | |
parent | 8a771e50a9f8104ee0f0f3f4f501ac68b2557126 (diff) | |
download | ninja-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-x | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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; |