From 5a9c6ce69b8368351db10121f0a20ccfa8585150 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 2 Aug 2021 15:25:36 +0200 Subject: [PATCH] xhtml Toc rendering seems bit too dense now. --- lib/layouts/stdinsets.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/stdinsets.inc b/lib/layouts/stdinsets.inc index 2331d48701..2b562c2859 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; } -- 2.39.5