This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch preview/refresh
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/refresh by this push:
     new 3ef61d5  adjustmentns to top
3ef61d5 is described below

commit 3ef61d512d56400af6ef91cef173bb43b74c7839
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 21:04:43 2021 -0700

    adjustmentns to top
---
 theme/openoffice/static/css/openoffice.css | 2 +-
 theme/openoffice/templates/base.html       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/openoffice/static/css/openoffice.css 
b/theme/openoffice/static/css/openoffice.css
index a948a70..f0eab09 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -40,7 +40,7 @@ blockquote {
 }
 
 #banner {
-  height: 100px;
+  height: 3rem;
   padding: 0 0 0 0;
   color: black;
   font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
diff --git a/theme/openoffice/templates/base.html 
b/theme/openoffice/templates/base.html
index 7bfe38d..b4a93f3 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -45,7 +45,7 @@
           <img id="logo" alt="Apache OpenOffice" 
src="/images/AOO4_website_logo.png"/></a></div>
       <div id="bannercenter"><br/>The Free and Open Productivity Suite</div>
   </div>
-  <nav class="navbar navbar-expand-sm navbar-dark bg-primary">
+  <nav class="navbar navbar-expand-md navbar-dark bg-primary">
     {% block topnav %}{% include "topnav.html" %}{% endblock %}
   </nav>
   <div id="contenta">

Reply via email to