Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76F7AD03D for ; Tue, 16 Oct 2012 03:43:38 +0000 (UTC) Received: (qmail 4694 invoked by uid 500); 16 Oct 2012 03:43:38 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 4566 invoked by uid 500); 16 Oct 2012 03:43:37 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 4443 invoked by uid 99); 16 Oct 2012 03:43:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Oct 2012 03:43:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6317B47642; Tue, 16 Oct 2012 03:43:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hermwong@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] webos commit: update hello world app to 2.2.0 Message-Id: <20121016034331.6317B47642@tyr.zones.apache.org> Date: Tue, 16 Oct 2012 03:43:31 +0000 (UTC) update hello world app to 2.2.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/commit/ce9995eb Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/tree/ce9995eb Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/diff/ce9995eb Branch: refs/heads/master Commit: ce9995eb9521e9d79b81ec198b9760781626eadb Parents: 3ace500 Author: hermwong Authored: Mon Oct 15 14:34:30 2012 -0700 Committer: hermwong Committed: Mon Oct 15 14:34:30 2012 -0700 ---------------------------------------------------------------------- framework/css/index.css | 6 +++--- framework/index.html | 2 +- framework/js/index.js | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/ce9995eb/framework/css/index.css ---------------------------------------------------------------------- diff --git a/framework/css/index.css b/framework/css/index.css index f1f9d76..51daa79 100644 --- a/framework/css/index.css +++ b/framework/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%); http://git-wip-us.apache.org/repos/asf/incubator-cordova-webos/blob/ce9995eb/framework/index.html ---------------------------------------------------------------------- diff --git a/framework/index.html b/framework/index.html index 92484ad..4f8dc5f 100644 --- a/framework/index.html +++ b/framework/index.html @@ -33,7 +33,7 @@

Device is Ready

- +