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/23 17:15:38 UTC

svn commit: r1401318 - /incubator/flex/site/trunk/templates/flex_header.html

Author: erikdebruin
Date: Tue Oct 23 15:15:38 2012
New Revision: 1401318

URL: http://svn.apache.org/viewvc?rev=1401318&view=rev
Log:
Working on the new website design.

Modified:
    incubator/flex/site/trunk/templates/flex_header.html

Modified: incubator/flex/site/trunk/templates/flex_header.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.html?rev=1401318&r1=1401317&r2=1401318&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Tue Oct 23 15:15:38 2012
@@ -69,14 +69,14 @@
         <div id="mainNav">
             <ul>
                 <li><a href="./index.html"><img src="./assets/images/logo.png" alt="Apache Flex Logo" height="66" width="147" /></a></li>
-                <li><a href="./index.html">About</a></li>
-                <li><img src="./assets/images/orangedot.png" alt="" height="13" width="12" /></li>
-                <li><a href="./get_started_download.html">Get Started</a></li>
-                <li><img src="./assets/images/orangedot.png" alt="" height="13" width="12" /></li>
-                <li><a href="./community_team.html">Community</a></li>
-                <li><img src="./assets/images/orangedot.png" alt="" height="13" width="12" /></li>
-                <li><a href="./download.html">Download</a>
-                <li><img src="./assets/images/orangedot.png" alt="" height="13" width="12" /></li>
+                <li><a href="./index.html">ABOUT</a></li>
+                <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+                <li><a href="./get_started_download.html">GET STARTED</a></li>
+                <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+                <li><a href="./community_team.html">COMMUNITY</a></li>
+                <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
+                <li><a href="./download.html">DOWNLOAD</a>
+                <li><img class="orangeDot" src="./assets/images/orangedot.png" alt="" height="5" width="5" /></li>
                 <li><a href="http://www.apache.org/">ASF</a></li>
             </ul>
         </div>