]> git.lyx.org Git - lyx.git/commitdiff
xhtml Toc rendering seems bit too dense now.
authorPavel Sanda <sanda@lyx.org>
Mon, 2 Aug 2021 13:25:36 +0000 (15:25 +0200)
committerPavel Sanda <sanda@lyx.org>
Mon, 2 Aug 2021 13:25:36 +0000 (15:25 +0200)
lib/layouts/stdinsets.inc

index 2331d48701a4c1d6cc6d19609b5884a1d218e19a..2b562c28599b5c5ccf090b2be3945096f27b80ef 100644 (file)
@@ -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; }