Updated Branches:
  refs/heads/master c671d9e1c -> 88b239cab

Move inheritable styles from * to body.

Fixes issue https://issues.apache.org/jira/browse/CB-1557


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/88b239ca
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/88b239ca
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/88b239ca

Branch: refs/heads/master
Commit: 88b239cab24f7d41f5f172d1a8d8b015e4cb0f39
Parents: c671d9e
Author: Andrew Grieve <agri...@chromium.org>
Authored: Fri Sep 28 10:25:41 2012 -0400
Committer: Andrew Grieve <agri...@chromium.org>
Committed: Fri Sep 28 10:25:41 2012 -0400

----------------------------------------------------------------------
 www/css/index.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/88b239ca/www/css/index.css
----------------------------------------------------------------------
diff --git a/www/css/index.css b/www/css/index.css
index f1f9d76..51daa79 100644
--- a/www/css/index.css
+++ b/www/css/index.css
@@ -17,13 +17,13 @@
  * under the License.
  */
 * {
-    -webkit-touch-callout: none;                /* prevent callout to copy 
image, etc when tap to hold */
-    -webkit-text-size-adjust: none;             /* prevent webkit from 
resizing text to fit */
     -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link 
selection, adjust last value opacity 0 to 1.0 */
-    -webkit-user-select: none;                  /* prevent copy paste, to 
allow, change 'none' to 'text' */
 }
 
 body {
+    -webkit-touch-callout: none;                /* prevent callout to copy 
image, etc when tap to hold */
+    -webkit-text-size-adjust: none;             /* prevent webkit from 
resizing text to fit */
+    -webkit-user-select: none;                  /* prevent copy paste, to 
allow, change 'none' to 'text' */
     background-color:#E4E4E4;
     background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
     background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);

Reply via email to