You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/08/01 18:39:08 UTC

[19/48] git commit: [app] Add base background color for non-gradient browsers.

[app] Add base background color for non-gradient browsers.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/c2185cee
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/c2185cee
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/c2185cee

Branch: refs/heads/master
Commit: c2185cee4f04f0e3d8c966433790b23c02fa6747
Parents: 1dfc8d1
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Tue Jul 17 15:58:01 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Tue Jul 17 15:58:01 2012 -0700

----------------------------------------------------------------------
 www/css/index.css |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/c2185cee/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index a53f5ab..db1db93 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -10,10 +10,11 @@ html {
 }
 
 body {
-    background-image: linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image: -webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image: -ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
-    background-image: -webkit-gradient(
+    background-color:#A7A7A7;
+    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
+    background-image:-webkit-gradient(
         linear,
         left top,
         left bottom,