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 919282e  css adjustments
919282e is described below

commit 919282eb7f7d0feee4c3b40a42e72e8556d3860f
Author: Dave Fisher <d...@davefisher.tech>
AuthorDate: Wed Jun 30 17:22:31 2021 -0700

    css adjustments
---
 theme/openoffice/static/css/openoffice.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/theme/openoffice/static/css/openoffice.css 
b/theme/openoffice/static/css/openoffice.css
index e53c42a..c8dc452 100644
--- a/theme/openoffice/static/css/openoffice.css
+++ b/theme/openoffice/static/css/openoffice.css
@@ -146,11 +146,11 @@ h1,h2,h3,h4,h5,h6 {
   margin-bottom: 0;
 }
 
-#content ul {
+#contenta ul {
   paddinng-left: 2em;
 }
 
-#content li {
+#contenta li {
   margin-bottom: 0.5em;
 }
 
@@ -161,8 +161,8 @@ h1,h2,h3,h4,h5,h6 {
 }
 
 #contenta p {
-  top-margin: 0;
-  bottom-margin: 0.5em;
+  top-margin: 0.25em;
+  bottom-margin: 0.25em;
 }
 
 #contenta h1,h2,h3,h4,h5,h6 {

Reply via email to