Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-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 DDE02D792 for ; Mon, 22 Oct 2012 19:39:38 +0000 (UTC) Received: (qmail 72703 invoked by uid 500); 22 Oct 2012 19:39:38 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 72680 invoked by uid 500); 22 Oct 2012 19:39:38 -0000 Mailing-List: contact flex-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-commits@incubator.apache.org Received: (qmail 72673 invoked by uid 99); 22 Oct 2012 19:39:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 19:39:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 19:39:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E33C3238890D for ; Mon, 22 Oct 2012 19:38:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r835798 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/again/ Date: Mon, 22 Oct 2012 19:38:53 -0000 To: flex-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121022193853.E33C3238890D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Oct 22 19:38:52 2012 New Revision: 835798 Log: Staging update by buildbot for flex Modified: websites/staging/flex/trunk/cgi-bin/ (props changed) websites/staging/flex/trunk/content/ (props changed) websites/staging/flex/trunk/content/flex/again/about_features.html websites/staging/flex/trunk/content/flex/again/about_news.html websites/staging/flex/trunk/content/flex/again/about_resources.html websites/staging/flex/trunk/content/flex/again/about_showcase.html websites/staging/flex/trunk/content/flex/again/community_events.html websites/staging/flex/trunk/content/flex/again/community_get_involved.html websites/staging/flex/trunk/content/flex/again/community_mailing_list.html websites/staging/flex/trunk/content/flex/again/community_social_media.html websites/staging/flex/trunk/content/flex/again/community_team.html websites/staging/flex/trunk/content/flex/again/community_user_groups.html websites/staging/flex/trunk/content/flex/again/download.html websites/staging/flex/trunk/content/flex/again/get_started_community.html websites/staging/flex/trunk/content/flex/again/get_started_download.html websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html websites/staging/flex/trunk/content/flex/again/get_started_learn.html websites/staging/flex/trunk/content/flex/again/index.html Propchange: websites/staging/flex/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Oct 22 19:38:52 2012 @@ -1 +1 @@ -1401036 +1401044 Propchange: websites/staging/flex/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Oct 22 19:38:52 2012 @@ -1 +1 @@ -1401036 +1401044 Modified: websites/staging/flex/trunk/content/flex/again/about_features.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/about_features.html (original) +++ websites/staging/flex/trunk/content/flex/again/about_features.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/about_news.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/about_news.html (original) +++ websites/staging/flex/trunk/content/flex/again/about_news.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/about_resources.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/about_resources.html (original) +++ websites/staging/flex/trunk/content/flex/again/about_resources.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/about_showcase.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/about_showcase.html (original) +++ websites/staging/flex/trunk/content/flex/again/about_showcase.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_events.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_events.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_events.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_get_involved.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_get_involved.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_get_involved.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_mailing_list.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_mailing_list.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_mailing_list.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_social_media.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_social_media.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_social_media.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_team.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_team.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_team.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/community_user_groups.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/community_user_groups.html (original) +++ websites/staging/flex/trunk/content/flex/again/community_user_groups.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/download.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/download.html (original) +++ websites/staging/flex/trunk/content/flex/again/download.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/get_started_community.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/get_started_community.html (original) +++ websites/staging/flex/trunk/content/flex/again/get_started_community.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/get_started_download.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/get_started_download.html (original) +++ websites/staging/flex/trunk/content/flex/again/get_started_download.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html (original) +++ websites/staging/flex/trunk/content/flex/again/get_started_get_involved.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/get_started_learn.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/get_started_learn.html (original) +++ websites/staging/flex/trunk/content/flex/again/get_started_learn.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; } Modified: websites/staging/flex/trunk/content/flex/again/index.html ============================================================================== --- websites/staging/flex/trunk/content/flex/again/index.html (original) +++ websites/staging/flex/trunk/content/flex/again/index.html Mon Oct 22 19:38:52 2012 @@ -24,8 +24,10 @@ .mainContent { background-color: #e6e5e5; - background-image: url("./assets/images/bglogo.png"); + background-image: url('./assets/images/bglogo.png'); + border: 1px solid red; height: 860px; + position: absolute; width: 860px; }