diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-21 18:58:42 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-10-22 16:28:15 +0200 |
commit | 0dc045bd9c85db452d996f589202088dfc82ceec (patch) | |
tree | 02f03ab0ba22e3160e2406a389de4ccd7a31a6b6 /help3xsl/default.css | |
parent | 7c3eed27fda495e3b373623eb723cccb690a1470 (diff) |
Add Option View help page screenshot
+ tweak CSS for images
Change-Id: Iaa304a0ccecb6cdea2421de4ffaed52d71a0c76b
Reviewed-on: https://gerrit.libreoffice.org/81287
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 33888ccd2a..988d3cf8d1 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -329,6 +329,16 @@ h6 { display:inline-block; border:none; } +.screenshot, .genericimage { + border-collapse: collapse; + margin-left: auto; + margin-right: auto; + border-style:none; + display:block; + box-shadow: 10px 10px 5px grey; +} +.iconimage {} + .switch, .switchinline {} |