You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by wa...@apache.org on 2021/06/29 23:57:36 UTC

[openoffice-project] branch preview/refresh updated: Adjust banner

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 700f9c5  Adjust banner
700f9c5 is described below

commit 700f9c5e0d43fb5ee66ed06a5699ee9501d6e469
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Tue Jun 29 16:55:45 2021 -0700

    Adjust banner
---
 theme/openoffice/static/css/openoffice.css | 2 +-
 theme/openoffice/templates/base.html       | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/theme/openoffice/static/css/openoffice.css b/theme/openoffice/static/css/openoffice.css
index 9d9b681..a948a70 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -44,7 +44,7 @@ blockquote {
   padding: 0 0 0 0;
   color: black;
   font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
-  font-size:16pt;
+  font-size:1.2rem;
   vertical-align: middle;
 }
 
diff --git a/theme/openoffice/templates/base.html b/theme/openoffice/templates/base.html
index edc0e6a..7bfe38d 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -43,8 +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/>&nbsp;The Free and Open Productivity Suite</div>
+      <div id="bannercenter"><br/>The Free and Open Productivity Suite</div>
   </div>
   <nav class="navbar navbar-expand-sm navbar-dark bg-primary">
     {% block topnav %}{% include "topnav.html" %}{% endblock %}