From 24828f91e22842cdaf64faf7d22a028541e5746c Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Sat, 16 Apr 2022 16:42:40 +0300 Subject: tdf#148621 Improve Basic Help layout - Get rid of tables - Add normalize-whitespace Prism plugin to get rid of useless indents - Fix code blocks poking through sticky header - Add some word wrapping CSS to fix mobile-unfriendliness Change-Id: I73fd1e0678624b0d4bd5561f50e80990db5567be Reviewed-on: https://gerrit.libreoffice.org/c/help/+/133096 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/online_transform.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help3xsl/online_transform.xsl') diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 0751d7a862..465415ea24 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -143,8 +143,8 @@ <xsl:value-of disable-output-escaping="yes" select="$titleL10N"/> - + -- cgit