summaryrefslogtreecommitdiffstats
path: root/help3xsl
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-24 08:11:06 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-24 13:22:03 +0200
commitfdc5abfc53a4f76c534ad7f1782f18e44abdc28b (patch)
tree8fb229a01eab7e9fa5fb000bead24492e545808b /help3xsl
parentUBound/LBound functions return a 'Long', help says 'Integer' (diff)
downloadhelp-fdc5abfc53a4f76c534ad7f1782f18e44abdc28b.tar.gz
help-fdc5abfc53a4f76c534ad7f1782f18e44abdc28b.zip
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')
-rw-r--r--help3xsl/default.css2
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;