You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bu...@apache.org on 2012/09/16 19:54:46 UTC

svn commit: r832162 - in /websites/staging/flex/trunk: cgi-bin/ content/ content/flex/again/ content/flex/again/index.html content/flex/css/flex_again.css

Author: buildbot
Date: Sun Sep 16 17:54:45 2012
New Revision: 832162

Log:
Staging update by buildbot for flex

Added:
    websites/staging/flex/trunk/content/flex/again/
    websites/staging/flex/trunk/content/flex/again/index.html
    websites/staging/flex/trunk/content/flex/css/flex_again.css
Modified:
    websites/staging/flex/trunk/cgi-bin/   (props changed)
    websites/staging/flex/trunk/content/   (props changed)

Propchange: websites/staging/flex/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 16 17:54:45 2012
@@ -1 +1 @@
-1384604
+1385331

Propchange: websites/staging/flex/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Sep 16 17:54:45 2012
@@ -1 +1 @@
-1384604
+1385331

Added: websites/staging/flex/trunk/content/flex/again/index.html
==============================================================================
--- websites/staging/flex/trunk/content/flex/again/index.html (added)
+++ websites/staging/flex/trunk/content/flex/again/index.html Sun Sep 16 17:54:45 2012
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+    <title></title>
+
+    <link href="/flex/css/flex_again.css" rel="stylesheet" type="text/css">
+
+</head>
+
+<body>
+  
+    <h1>Hi there?</h1>
+
+    <div id="flex-content">
+        <p>Hello world</p>
+    </div>
+
+</body>
+</html>

Added: websites/staging/flex/trunk/content/flex/css/flex_again.css
==============================================================================
--- websites/staging/flex/trunk/content/flex/css/flex_again.css (added)
+++ websites/staging/flex/trunk/content/flex/css/flex_again.css Sun Sep 16 17:54:45 2012
@@ -0,0 +1,18 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one or more
+* contributor license agreements.  See the NOTICE file distributed with
+* this work for additional information regarding copyright ownership.
+* The ASF licenses this file to You under the Apache License, Version 2.0
+* (the "License"); you may not use this file except in compliance with
+* the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+
+h1 { color: red; }
\ No newline at end of file