commit 55fc8c76a01685cd3df46c96937beb06047002d3 parent a1516bbbfae37f75722c7a7d1773b1c616eab545 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 24 May 2017 09:34:26 +0200 Update the CSS of the HTML man pages toc Diffstat:
| M | doc/solstice-man.css | | | 12 | ++++++++---- |
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/doc/solstice-man.css b/doc/solstice-man.css @@ -62,15 +62,19 @@ body.manpage div#toc { } body.manpage div#toc a, div#toc a:link, div#toc a:visited { - display:block; margin:0; - padding:0.33em 0.14em 0.33em 2em; + padding-left: 2em; color:#999999; - text-decoration:none + text-decoration:none; +} + +body.manpage div.toclevel1 { + line-height: 1.5em; } body.manpage div.toclevel2 { - margin-left: 2em + margin-left: 2em; + } body.manpage div#toc a:hover {