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

git-site-role pushed a commit to branch preview/blog-migration-staging
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


The following commit(s) were added to refs/heads/preview/blog-migration-staging 
by this push:
     new b3ea8bf  Automatic Site Publish by Buildbot
b3ea8bf is described below

commit b3ea8bfba237db9932914ad50d943c2100fb3a6b
Author: buildbot <us...@infra.apache.org>
AuthorDate: Fri Jun 2 20:31:06 2023 +0000

    Automatic Site Publish by Buildbot
---
 output/theme/css/openoffice.css | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/output/theme/css/openoffice.css b/output/theme/css/openoffice.css
index 79f4b26..317972d 100644
--- a/output/theme/css/openoffice.css
+++ b/output/theme/css/openoffice.css
@@ -40,12 +40,15 @@ blockquote {
 }
 
 #banner {
+  overflow: hidden;
   height: 2.8rem;
   padding: 0 0 0 0;
   color: black;
   font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
   font-size:1rem;
   vertical-align: top;
+  background-color: white;
+
 }
 
 #bannerright {
@@ -155,10 +158,11 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #contenta {
-  margin-top: 20px;
-  margin: 0 20px 20px 20px;
+  margin: 90px 20px 20px 20px;
   padding: 0 8px 20px;
   color: #333;
+  margin-top:90px;
+  overflow: hidden;
 }
 
 #contenta p {
@@ -300,12 +304,6 @@ td {
   text-decoration:underline;
 }
 
-.navbar {
-  position: fixed; /* Set the navbar to fixed position */
-  top: 0; /* Position the navbar at the top of the page */
-  width: 100%; /* Full width */
-}
-
 #navigation {
   border: 1px solid #e6ebed;
   border-left: none;

Reply via email to