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 ce92af2  top banner adjustments
ce92af2 is described below

commit ce92af2a48127a918ad67e447dee7035e0a721ef
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jun 29 21:16:09 2021 -0700

    top banner adjustments
---
 theme/openoffice/static/css/openoffice.css | 6 +++---
 theme/openoffice/templates/base.html       | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/theme/openoffice/static/css/openoffice.css 
b/theme/openoffice/static/css/openoffice.css
index f0eab09..871dad5 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -40,12 +40,12 @@ blockquote {
 }
 
 #banner {
-  height: 3rem;
+  height: 2.8rem;
   padding: 0 0 0 0;
   color: black;
   font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
-  font-size:1.2rem;
-  vertical-align: middle;
+  font-size:1.1rem;
+  vertical-align: top;
 }
 
 #bannerright {
diff --git a/theme/openoffice/templates/base.html 
b/theme/openoffice/templates/base.html
index b4a93f3..1854942 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -43,7 +43,7 @@
   <div id="banner">
       <div id="bannerleft"><a alt="Apache OpenOffice" href="/">
           <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 id="bannercenter">The Free and Open Productivity Suite</div>
   </div>
   <nav class="navbar navbar-expand-md navbar-dark bg-primary">
     {% block topnav %}{% include "topnav.html" %}{% endblock %}

Reply via email to