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 bd0dd93 css and template adjustments bd0dd93 is described below commit bd0dd931dbd5644338cc98cdebafe0463e9324b6 Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Wed Jun 30 17:31:16 2021 -0700 css and template adjustments --- theme/openoffice/static/css/openoffice.css | 4 ++-- theme/openoffice/templates/page.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/openoffice/static/css/openoffice.css b/theme/openoffice/static/css/openoffice.css index 717712c..a3478f1 100644 --- a/theme/openoffice/static/css/openoffice.css +++ b/theme/openoffice/static/css/openoffice.css @@ -161,8 +161,8 @@ h1,h2,h3,h4,h5,h6 { } #contenta p { - margin-top: 0.25em; - margin-bottom: 0.25em; + margin-top: 1rem; + margin-bottom: 0.5rem; } #contenta h1,h2,h3,h4,h5,h6 { diff --git a/theme/openoffice/templates/page.html b/theme/openoffice/templates/page.html index 763d448..0e0c69a 100644 --- a/theme/openoffice/templates/page.html +++ b/theme/openoffice/templates/page.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block content %} - <h3> </h3> + <br/> {{ page.content }} {% endblock %}