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 1151f95 top adjustments
1151f95 is described below
commit 1151f95eb03cf1fe5e07a2d811a0ac49a26d7593
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Jun 30 09:14:54 2021 -0700
top adjustments
---
theme/openoffice/static/css/openoffice.css | 2 +-
theme/openoffice/templates/base.html | 3 +--
theme/openoffice/templates/page.html | 1 +
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/theme/openoffice/static/css/openoffice.css
b/theme/openoffice/static/css/openoffice.css
index 50b0709..15657b9 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -55,7 +55,7 @@ blockquote {
}
#bannercenter {
- padding: 12pt 2pt 34pt 2pt;
+ padding: 16pt 2pt 34pt 2pt;
color: #555555;
}
diff --git a/theme/openoffice/templates/base.html
b/theme/openoffice/templates/base.html
index 725ccac..d8459c2 100644
--- a/theme/openoffice/templates/base.html
+++ b/theme/openoffice/templates/base.html
@@ -45,11 +45,10 @@
<img id="logo" alt="Apache OpenOffice"
src="/images/AOO4_website_logo.png" height="60"/></a></div>
<div id="bannercenter">The Free and Open Productivity Suite</div>
</div>
- <div class="container-fluid">
+ <div id="clear"></div>
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
{% block topnav %}{% include "topnav.html" %}{% endblock %}
</nav>
- </div>
<div id="contenta">
{% block content %}
{% endblock %}
diff --git a/theme/openoffice/templates/page.html
b/theme/openoffice/templates/page.html
index 426bff1..8d53883 100644
--- a/theme/openoffice/templates/page.html
+++ b/theme/openoffice/templates/page.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
{% block content %}
+ <h1> </h1>
{{ page.content }}
{% endblock %}