You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by rm...@apache.org on 2013/05/07 23:15:52 UTC

svn commit: r1480086 - /gora/site/trunk/templates/std.html

Author: rmarroquin
Date: Tue May  7 21:15:52 2013
New Revision: 1480086

URL: http://svn.apache.org/r1480086
Log:
Fixing the header

Modified:
    gora/site/trunk/templates/std.html

Modified: gora/site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/gora/site/trunk/templates/std.html?rev=1480086&r1=1480085&r2=1480086&view=diff
==============================================================================
--- gora/site/trunk/templates/std.html (original)
+++ gora/site/trunk/templates/std.html Tue May  7 21:15:52 2013
@@ -68,7 +68,7 @@ under the License. 
           <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </a>
-        <a class="brand" href="{{base}}index.html"><img src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora" style="width: 10%; height: 10%;"/></a>
+        <a class="brand" href="{{base}}index.html"><img src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora" style="width: 25%; height: 25%;"/></a>
         <div class="nav-collapse collapse">
           <ul class="nav">
             <li><a href="{{base}}downloads.html">Downloads</a></li>
@@ -113,9 +113,10 @@ under the License. 
           </ul>
           <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
             <input value="gora.apache.org" name="sitesearch" type="hidden" />
-            <input class="search-query" name="q" id="query" type="text" />
+            <!--input class="search-query" name="q" id="query" type="text" /-->
+            <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
           </form>
-          <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
         </div><!--/.nav-collapse -->
       </div>
     </div>