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/30 15:06:46 UTC

svn commit: r1403708 - in /incubator/flex/site/trunk: content/flex/again/download.fhtml content/flex/css/flex_again.css templates/flex_about.mdtext templates/flex_community.mdtext templates/flex_get_started.mdtext

Author: erikdebruin
Date: Tue Oct 30 14:06:45 2012
New Revision: 1403708

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

Modified:
    incubator/flex/site/trunk/content/flex/again/download.fhtml
    incubator/flex/site/trunk/content/flex/css/flex_again.css
    incubator/flex/site/trunk/templates/flex_about.mdtext
    incubator/flex/site/trunk/templates/flex_community.mdtext
    incubator/flex/site/trunk/templates/flex_get_started.mdtext

Modified: incubator/flex/site/trunk/content/flex/again/download.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/download.fhtml?rev=1403708&r1=1403707&r2=1403708&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/download.fhtml (original)
+++ incubator/flex/site/trunk/content/flex/again/download.fhtml Tue Oct 30 14:06:45 2012
@@ -1,4 +1,6 @@
 IsDownload:     Indicate that this page is a 'Download' page
 Title:          Download
 
-Download
\ No newline at end of file
+<div id="contentMain" class="fullWidth">
+    Download  
+</div>
\ No newline at end of file

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=1403708&r1=1403707&r2=1403708&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/css/flex_again.css (original)
+++ incubator/flex/site/trunk/content/flex/css/flex_again.css Tue Oct 30 14:06:45 2012
@@ -66,12 +66,6 @@ div {
 	padding: 10px 10px 10px 3px;
 }
 
-#contentMain {
-    display: table-cell;
-   	vertical-align: middle;
-	text-align: center;
-}
-
 #footerNav {
 	margin-top: 10px;
 	text-align: center;
@@ -91,10 +85,6 @@ div {
 	width: 960px;
 }
 
-.halfHeight {
-	height: 330px;
-}
-
 .nav {
    	font-weight: 600;
 }

Modified: incubator/flex/site/trunk/templates/flex_about.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_about.mdtext?rev=1403708&r1=1403707&r2=1403708&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_about.mdtext (original)
+++ incubator/flex/site/trunk/templates/flex_about.mdtext Tue Oct 30 14:06:45 2012
@@ -37,4 +37,4 @@
 
 </div> <!-- contentHead -->
 
-<div id="contentMain" class="fullWidth halfHeight">
\ No newline at end of file
+<div id="contentMain" class="fullWidth">
\ No newline at end of file

Modified: incubator/flex/site/trunk/templates/flex_community.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_community.mdtext?rev=1403708&r1=1403707&r2=1403708&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_community.mdtext (original)
+++ incubator/flex/site/trunk/templates/flex_community.mdtext Tue Oct 30 14:06:45 2012
@@ -24,4 +24,4 @@
 
 </div> <!-- contentHead -->
 
-<div id="contentMain" class="fullWidth halfHeight">
\ No newline at end of file
+<div id="contentMain" class="fullWidth">
\ No newline at end of file

Modified: incubator/flex/site/trunk/templates/flex_get_started.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_get_started.mdtext?rev=1403708&r1=1403707&r2=1403708&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_get_started.mdtext (original)
+++ incubator/flex/site/trunk/templates/flex_get_started.mdtext Tue Oct 30 14:06:45 2012
@@ -20,4 +20,4 @@
 
 </div> <!-- contentHead -->
 
-<div id="contentMain" class="fullWidth halfHeight">
\ No newline at end of file
+<div id="contentMain" class="fullWidth">
\ No newline at end of file