solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 1d73e013d21dcb43c59f5648faf6c2c7b521c400
parent c2c72bff3aa029fefdf2bc829f9915a2c104d8f7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 22 May 2017 14:25:25 +0200

Update the CSS of the HTML man pages

Diffstat:
Mdoc/solstice-man.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/doc/solstice-man.css b/doc/solstice-man.css @@ -68,6 +68,10 @@ body.manpage div#toc a, div#toc a:link, div#toc a:visited { text-decoration:none } +body.manpage div.toclevel2 { + margin-left: 2em +} + body.manpage div#toc a:hover { color:#666666; }