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:57:10 UTC

svn commit: r1480111 - in /gora/site/trunk: content/resources/css/gora.css templates/std.html

Author: rmarroquin
Date: Tue May  7 21:57:09 2013
New Revision: 1480111

URL: http://svn.apache.org/r1480111
Log: (empty)

Modified:
    gora/site/trunk/content/resources/css/gora.css
    gora/site/trunk/templates/std.html

Modified: gora/site/trunk/content/resources/css/gora.css
URL: http://svn.apache.org/viewvc/gora/site/trunk/content/resources/css/gora.css?rev=1480111&r1=1480110&r2=1480111&view=diff
==============================================================================
--- gora/site/trunk/content/resources/css/gora.css (original)
+++ gora/site/trunk/content/resources/css/gora.css Tue May  7 21:57:09 2013
@@ -26,9 +26,3 @@ a {
   background-color: #382315;
 }
 
-.navbar .brand {
-    max-height: 40px;
-    overflow: visible;
-    padding-top: 0;
-    padding-bottom: 0;
-}

Modified: gora/site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/gora/site/trunk/templates/std.html?rev=1480111&r1=1480110&r2=1480111&view=diff
==============================================================================
--- gora/site/trunk/templates/std.html (original)
+++ gora/site/trunk/templates/std.html Tue May  7 21:57:09 2013
@@ -60,7 +60,9 @@ under the License. 
 </head>
 
 <body>
-  <div class="navbar navbar-inverse navbar-fixed-top">
+  <div class="container-fluid">
+    <a class="brand" href="{{base}}index.html"><img src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache Gora" style="width: 50%; height: 50%;"/></a>
+    <div class="navbar navbar-inverse navbar-fixed-top">
     <div class="navbar-inner">
       <div class="container">
         <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
@@ -68,7 +70,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: 50%; height: 50%;"/></a>
+        
         <div class="nav-collapse collapse">
           <ul class="nav">
             <li><a href="{{base}}downloads.html">Downloads</a></li>
@@ -119,8 +121,9 @@ under the License. 
         </div><!--/.nav-collapse -->
       </div>
     </div>
+  </div> 
   </div>
-
+  
   <div class="container" id="Gora_{% block title %}{% endblock %}">
 
 {% block content %}{% endblock %}