You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2012/12/13 22:22:07 UTC

svn commit: r1421542 - /openwebbeans/cms-site/trunk/templates/header.html

Author: struberg
Date: Thu Dec 13 21:22:05 2012
New Revision: 1421542

URL: http://svn.apache.org/viewvc?rev=1421542&view=rev
Log:
try to replace 'Home' menu item with owb logo

Modified:
    openwebbeans/cms-site/trunk/templates/header.html

Modified: openwebbeans/cms-site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/header.html?rev=1421542&r1=1421541&r2=1421542&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/header.html (original)
+++ openwebbeans/cms-site/trunk/templates/header.html Thu Dec 13 21:22:05 2012
@@ -29,10 +29,9 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
-                <a class="brand" href="index.html"><img src="{{base}}resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">
-                        <li class="active"><a href="{{base}}index.html">Home</a></li>
+                        <li class="active"><a class="brand" href="{{base}}index.html"><img src="{{base}}resources/images/logo_dbg-small.png" height="25px" alt="home"/></a></li>
                         <li><a href="{{base}}documentation.html">Documentation</a></li>
                         <li><a href="{{base}}source.html">Source</a></li>
                         <li><a href="{{base}}download.html">Download</a></li>