From: Pavel Sanda Date: Mon, 2 Aug 2021 13:25:36 +0000 (+0200) Subject: xhtml Toc rendering seems bit too dense now. X-Git-Tag: 2.4-beta2~1192 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5a9c6ce69b8368351db10121f0a20ccfa8585150;p=lyx.git xhtml Toc rendering seems bit too dense now. --- 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; }