From 19e55b4569ec4842223b65d9f18c9b4e0be7d52a Mon Sep 17 00:00:00 2001 From: skyanth Date: Tue, 4 Jun 2019 14:16:08 +0200 Subject: [PATCH] fix images & title styling --- xml/xslt/css.xslt | 7 ++++++- xml/xslt/generate_html_report.xsl | 17 +++-------------- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/xml/xslt/css.xslt b/xml/xslt/css.xslt index f59a3b1..5a180cf 100644 --- a/xml/xslt/css.xslt +++ b/xml/xslt/css.xslt @@ -624,7 +624,12 @@ there. } h1, h2, h3, h4 { - margin-top: 2rem; + margin-top: 5rem; +} + +img { + width: 100%; + height: auto; } diff --git a/xml/xslt/generate_html_report.xsl b/xml/xslt/generate_html_report.xsl index 65a637b..59d9ad1 100644 --- a/xml/xslt/generate_html_report.xsl +++ b/xml/xslt/generate_html_report.xsl @@ -586,8 +586,8 @@ - - + + @@ -596,23 +596,12 @@ - + - - -