Author: struberg
Date: Thu Dec 13 20:53:11 2012
New Revision: 1421520

URL: http://svn.apache.org/viewvc?rev=1421520&view=rev
Log:
try to move logo to the right

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

Modified: openwebbeans/cms-site/trunk/templates/footer.html
URL: 
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/footer.html?rev=1421520&r1=1421519&r2=1421520&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/footer.html (original)
+++ openwebbeans/cms-site/trunk/templates/footer.html Thu Dec 13 20:53:11 2012
@@ -1,9 +1,9 @@
         <hr>
 
         <footer>
-            <div class="pull-right">
+            <p>
                 <a class="brand" href="http://www.apache.org";><img 
src="resources/images/feather-small.png" height="25px" 
alt="asf_feather_small"/></a>
-            </div>
+            </p>
             <p>Copyright &copy; 20011-2012 The Apache Software Foundation, 
Licensed under the Apache License, Version 2.0.</p>
             <p>Apache and the Apache feather logo are trademarks of The Apache 
Software Foundation.</p>
         </footer>

Modified: openwebbeans/cms-site/trunk/templates/header.html
URL: 
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/header.html?rev=1421520&r1=1421519&r2=1421520&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/header.html (original)
+++ openwebbeans/cms-site/trunk/templates/header.html Thu Dec 13 20:53:11 2012
@@ -29,7 +29,6 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
-                <a class="brand" href="http://www.apache.org";><img 
src="resources/images/feather-small.png" height="25px" 
alt="asf_feather_small"/></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">
@@ -38,10 +37,10 @@
                         <li><a href="{{base}}source.html">Source</a></li>
                         <li><a href="{{base}}download.html">Download</a></li>
                         <li><a href="{{base}}community.html">Community</a></li>
-                        <!-- <li><a href="support.html">Support</a></li>  -->
                         <li><a href="{{base}}news.html">News</a></li>
                     </ul>
                 </div><!--/.nav-collapse -->
+                <a class="brand pull-right" href="http://www.apache.org";><img 
src="resources/images/feather-small.png" height="25px" 
alt="asf_feather_small"/></a>
                 <form id="search-form" action="http://www.google.com/search"; 
method="get"  class="navbar-search pull-right" >
                     <input value="openwebbeans.apache.org" name="sitesearch" 
type="hidden"/>
                     <input class="search-query" name="q" id="query" 
type="text" />


Reply via email to