[LyX/master] xhtml Toc rendering seems bit too dense now.

Pavel Sanda sanda at lyx.org
Mon Aug 2 13:09:07 UTC 2021


commit 5a9c6ce69b8368351db10121f0a20ccfa8585150
Author: Pavel Sanda <sanda at lyx.org>
Date:   Mon Aug 2 15:25:36 2021 +0200

    xhtml Toc rendering seems bit too dense now.
---
 lib/layouts/stdinsets.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc
index 2331d48..2b562c2 100644
--- a/lib/layouts/stdinsets.inc
+++ b/lib/layouts/stdinsets.inc
@@ -267,11 +267,11 @@ InsetLayout TOC
       font-weight: bold;
     }
     div.lyxtoc-2 {
-      margin: 0em 0.1em 0em 1em;
+      margin: 0.5em 0.1em 0em 1em;
       font-size: large;
       font-weight: normal;
     }
-    div.lyxtoc-3 { margin: 0em 0.1em 0em 0.5em; font-size: medium; }
+    div.lyxtoc-3 { margin: 0.2em 0.1em 0em 0.5em; font-size: medium; }
     div.lyxtoc-4 { margin: 0em 0.1em 0em 0.5em; }
     div.lyxtoc-5 { margin: 0em 0.1em 0em 0.5em; }
     div.lyxtoc-6 { margin: 0em 0.1em 0em 0.5em; }


More information about the lyx-cvs mailing list