You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/25 19:48:56 UTC

svn commit: r1402230 - in /incubator/flex/site/trunk: content/flex/css/flex_again.css templates/flex_header.html

Author: erikdebruin
Date: Thu Oct 25 17:48:55 2012
New Revision: 1402230

URL: http://svn.apache.org/viewvc?rev=1402230&view=rev
Log:
Some work on the new ('again') website.

Modified:
    incubator/flex/site/trunk/content/flex/css/flex_again.css
    incubator/flex/site/trunk/templates/flex_header.html

Modified: incubator/flex/site/trunk/content/flex/css/flex_again.css
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/css/flex_again.css?rev=1402230&r1=1402229&r2=1402230&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/css/flex_again.css (original)
+++ incubator/flex/site/trunk/content/flex/css/flex_again.css Thu Oct 25 17:48:55 2012
@@ -15,4 +15,58 @@
 * limitations under the License.
 */
 
-h1 { color: red; }
\ No newline at end of file
+* {
+	margin: 0;
+	padding: 0;
+}
+
+body {
+   	font-family: 'Open Sans', sans-serif;
+}
+
+.orangeDot {
+	margin-left: 10px;
+	margin-right: 10px;
+}
+
+#allContainer {
+    margin-left: auto;
+    margin-right: auto;
+    position: relative;
+    width: 960px;
+}
+
+.main {
+   	font-weight: 600;
+}
+
+.nav {
+    display: table-cell;
+   	vertical-align: middle;
+}
+
+.nav li {
+    display: inline-block;
+    list-style-type: none;
+    text-align: center;
+    vertical-align: middle;
+}
+
+.nav li a {
+	color: black;
+    text-decoration: none;
+}
+
+#mainContent {
+	background-color: #e6e5e5;
+	background-image: url('./assets/images/bglogo.png');
+	background-repeat: no-repeat;
+	background-size: contain;
+	background-position: center;
+	height: 660px;
+	width: 960px;
+}
+
+.sub {
+	/**/
+}

Modified: incubator/flex/site/trunk/templates/flex_header.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.html?rev=1402230&r1=1402229&r2=1402230&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Thu Oct 25 17:48:55 2012
@@ -8,65 +8,7 @@
 
     <link href="/flex/css/flex_again.css" rel="stylesheet" type="text/css">
 
-    <style type="text/css">
-        
-	* {
-		margin: 0;
-		padding: 0;
-	}
-
-	body {
-       	font-family: 'Open Sans', sans-serif;
-    }
-
-    .orangeDot {
-    	margin-left: 10px;
-    	margin-right: 10px;
-    }
-
-    #allContainer {
-        margin-left: auto;
-        margin-right: auto;
-        position: relative;
-        width: 960px;
-    }
-
-    .main {
-       	font-weight: 600;
-    }
-
-    .nav {
-        display: table-cell;
-       	vertical-align: middle;
-    }
-
-    .nav li {
-        display: inline-block;
-        list-style-type: none;
-        text-align: center;
-        vertical-align: middle;
-    }
-
-    .nav li a {
-    	color: black;
-        text-decoration: none;
-    }
-
-    #mainContent {
-    	background-color: #e6e5e5;
-    	background-image: url('./assets/images/bglogo.png');
-		background-repeat: no-repeat;
-		background-size: contain;
-		background-position: center;
-    	height: 660px;
-    	width: 960px;
-    }
-
-    .sub {
-    	/**/
-    }
-
-    </style>
+    <style type="text/css" src="../css/flex-again.css"/>
 
 </head>