You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/02/20 23:20:31 UTC

[14/26] wp7 commit: Brand: WebKit

Brand: WebKit


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp7/commit/59c3e554
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp7/tree/59c3e554
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp7/diff/59c3e554

Branch: refs/heads/master
Commit: 59c3e554b6f995dc0d100d332707d5eba2c5946d
Parents: f2b5a6b
Author: Josh Soref <js...@rim.com>
Authored: Tue Sep 11 16:10:31 2012 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Sep 11 16:10:31 2012 -0400

----------------------------------------------------------------------
 templates/full/www/css/index.css       |    2 +-
 templates/standalone/www/css/index.css |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/59c3e554/templates/full/www/css/index.css
----------------------------------------------------------------------
diff --git a/templates/full/www/css/index.css b/templates/full/www/css/index.css
index f1f9d76..1d34d88 100644
--- a/templates/full/www/css/index.css
+++ b/templates/full/www/css/index.css
@@ -18,7 +18,7 @@
  */
 * {
     -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-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' */
 }

http://git-wip-us.apache.org/repos/asf/cordova-wp7/blob/59c3e554/templates/standalone/www/css/index.css
----------------------------------------------------------------------
diff --git a/templates/standalone/www/css/index.css b/templates/standalone/www/css/index.css
index f1f9d76..1d34d88 100644
--- a/templates/standalone/www/css/index.css
+++ b/templates/standalone/www/css/index.css
@@ -18,7 +18,7 @@
  */
 * {
     -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-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' */
 }