Author: lewismc
Date: Thu Mar  1 16:09:00 2018
New Revision: 1825659

URL: http://svn.apache.org/viewvc?rev=1825659&view=rev
Log:
GORA-508 Website title cut off.

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=1825659&r1=1825658&r2=1825659&view=diff
==============================================================================
--- gora/site/trunk/content/resources/css/gora.css (original)
+++ gora/site/trunk/content/resources/css/gora.css Thu Mar  1 16:09:00 2018
@@ -29,3 +29,10 @@ a {
 
 .row {text-align: center}
 
+.brand {
+  width: 85px; height: 99px;
+}
+
+.top-buffer {
+  margin-top: 55px;
+}

Modified: gora/site/trunk/templates/std.html
URL: 
http://svn.apache.org/viewvc/gora/site/trunk/templates/std.html?rev=1825659&r1=1825658&r2=1825659&view=diff
==============================================================================
--- gora/site/trunk/templates/std.html (original)
+++ gora/site/trunk/templates/std.html Thu Mar  1 16:09:00 2018
@@ -93,7 +93,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>
+        <a class="brand" href="{{base}}index.html"><img 
src="{{base}}resources/img/gora-logo.png" alt="Apache Gora" title="Apache 
Gora"/></a>
         <div class="nav-collapse collapse">
           <ul class="nav">
             <li><a href="{{base}}downloads.html">Downloads</a></li>
@@ -153,9 +153,7 @@ under the License.
     </div> <!-- /navbar-inner -->
   </div> <!-- /navbar -->
 
-  <hr>
-  
-  <div class="container" id="Gora_{% block title %}{% endblock %}">
+  <div class="container top-buffer" id="Gora_{% block title %}{% endblock %}">
 
 {% block content %}{% endblock %}
 


Reply via email to