You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by qu...@apache.org on 2013/01/13 21:27:20 UTC

svn commit: r1432727 - /flex/site/trunk/content/v2/about-whatis.cmsPage

Author: quetwo
Date: Sun Jan 13 20:27:20 2013
New Revision: 1432727

URL: http://svn.apache.org/viewvc?rev=1432727&view=rev
Log:
fixing layout on what-is-flex page on v2 site.

Modified:
    flex/site/trunk/content/v2/about-whatis.cmsPage

Modified: flex/site/trunk/content/v2/about-whatis.cmsPage
URL: http://svn.apache.org/viewvc/flex/site/trunk/content/v2/about-whatis.cmsPage?rev=1432727&r1=1432726&r2=1432727&view=diff
==============================================================================
--- flex/site/trunk/content/v2/about-whatis.cmsPage (original)
+++ flex/site/trunk/content/v2/about-whatis.cmsPage Sun Jan 13 20:27:20 2013
@@ -35,8 +35,7 @@ Title: About Apache Flex
 
 Apache Flex is comprised of a few different components.  One component is the compiler which combines MXML (layout) documents with ActionScript files to output a SWF application.
 
-<img class="span4" src="images/howFlexWorks.png" align="right">
-
+<div class="span8">
 You can then either publish the SWF file as a stand-alone application to be presented by the Adobe Flash Player in the browser, OR you can compile it with Adobe AIR to make native applications
     on Windows, MacOSX, Android, iOS, or BlackBerry platforms.
 
@@ -56,6 +55,9 @@ Flex includes:
 *  Flex has an Automation-Testing Framework
 *  Flex SDK provides a compiler
 
+</div>
+<img class="span4" src="images/howFlexWorks.png">
+
 <div><h4>Typical Workflow</h4></div>
 
 *  Define an application interface using a set of pre-defined components (forms, buttons, and so on)