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/22 21:21:20 UTC

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

Author: erikdebruin
Date: Mon Oct 22 19:21:20 2012
New Revision: 1401021

URL: http://svn.apache.org/viewvc?rev=1401021&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=1401021&r1=1401020&r2=1401021&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.html (original)
+++ incubator/flex/site/trunk/templates/flex_header.html Mon Oct 22 19:21:20 2012
@@ -12,6 +12,7 @@
         
         nav #mainNav {
             /**/
+        	display: table-cell;
         }
         
         nav ul {
@@ -26,17 +27,17 @@
 <body>
   
     <!-- h1>{% block title %}{{ headers.title }}{% endblock %}</h1 -->
-    <nav>
+    <nav class="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/logo.png" alt="" height="13" width="12" /></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/logo.png" alt="" height="13" width="12" /></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/logo.png" alt="" height="13" width="12" /></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/logo.png" alt="" height="13" width="12" /></li>
+            <li><img src="./assets/images/orangedot.png" alt="" height="13" width="12" /></li>
             <li><a href="http://www.apache.org/">ASF</a></li>
         </ul>
     </nav>