From 0dc045bd9c85db452d996f589202088dfc82ceec Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Mon, 21 Oct 2019 18:58:42 -0300 Subject: 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 --- help3xsl/default.css | 10 ++++++++++ help3xsl/online_transform.xsl | 18 +++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) (limited to 'help3xsl') 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 {} diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 83c6894511..14fc99c8eb 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -1132,6 +1132,22 @@ + + + + + + + + + + + + + + + + @@ -1143,7 +1159,7 @@ - {$alt} + {$alt} -- cgit