diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 08:11:06 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-24 13:22:03 +0200 |
commit | fdc5abfc53a4f76c534ad7f1782f18e44abdc28b (patch) | |
tree | 8fb229a01eab7e9fa5fb000bead24492e545808b /help3xsl/default.css | |
parent | fbbe842a185a2473b15fcd0675a83aa343084108 (diff) |
Give some space around images
Change-Id: Ic7251bfa74c9ee1ac8b55edf8f6bed9791d42903
Reviewed-on: https://gerrit.libreoffice.org/81442
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 988d3cf8d1..eeaa160d12 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -333,6 +333,8 @@ h6 { border-collapse: collapse; margin-left: auto; margin-right: auto; + margin-top: 2em; + margin-bottom: 2em; border-style:none; display:block; box-shadow: 10px 10px 5px grey; |