From a5ca2ad72d07e16ad511309ffeb0b7b4c571a164 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 12 Sep 2018 17:06:15 +0200 Subject: [PATCH] Try and make stripped paragraphs around frames not take vertical space We cannot remove them entirely because their style will sometimes affect more than just the paragraph, but we should make sure it doesn't account for vertical space as it was likely to align with the frames. --- strip-frames.xsl | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/strip-frames.xsl b/strip-frames.xsl index 06def1d..27c28ad 100644 --- a/strip-frames.xsl +++ b/strip-frames.xsl @@ -29,6 +29,27 @@ 0 + + + + + + paragraph + + + + + + + + + + + 0 + + + @@ -48,7 +69,19 @@ Removed outer text:p - + + + + + + + + + + + + + -- GitLab