Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 97848200C7D for ; Tue, 16 May 2017 18:48:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 960D5160BA6; Tue, 16 May 2017 16:48:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD9B0160BCF for ; Tue, 16 May 2017 18:48:33 +0200 (CEST) Received: (qmail 54701 invoked by uid 500); 16 May 2017 16:48:32 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 54381 invoked by uid 99); 16 May 2017 16:48:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 May 2017 16:48:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7A21E109B; Tue, 16 May 2017 16:48:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Tue, 16 May 2017 16:48:32 -0000 Message-Id: <3ae1d709c68b4f3582d5ab04142c2859@git.apache.org> In-Reply-To: <549b7e1c3559483981c61c6532224846@git.apache.org> References: <549b7e1c3559483981c61c6532224846@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/8] git commit: [flex-asjs] [refs/heads/release0.8.0] - update example with new class selector name archived-at: Tue, 16 May 2017 16:48:34 -0000 update example with new class selector name Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/0ae1768f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/0ae1768f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/0ae1768f Branch: refs/heads/release0.8.0 Commit: 0ae1768f1f2765fa4be047f85df131cc516b5cdf Parents: 4eefe5e Author: Alex Harui Authored: Mon May 15 15:21:13 2017 -0700 Committer: Alex Harui Committed: Tue May 16 09:47:40 2017 -0700 ---------------------------------------------------------------------- examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/0ae1768f/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml b/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml index 3e4b3a9..2ad7e23 100644 --- a/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml +++ b/examples/flexjs/DataGridExample/src/main/flex/MyInitialView.mxml @@ -35,7 +35,7 @@ limitations under the License. @namespace js "library://ns.apache.org/flexjs/basic"; /* These border lines currently show only on HTML */ - .DataGridListArea .middle { + .opt_org-apache-flex-html-DataGrid_ListArea .middle { border-left: solid 1px #333333; border-right: solid 1px #333333; }