mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
211d2d512b
It is a suite of ISC licensed tools to compile and render mdoc/man pages and will replace groff for formatting manpages in the base system. http://mdocml.bsd.lv/
14 lines
467 B
CSS
14 lines
467 B
CSS
body { font-family: Helvetica, Arial, sans-serif; }
|
|
body > div { padding-left: 2em;
|
|
padding-top: 1em; }
|
|
body > div#mancgi { padding-left: 0em;
|
|
padding-top: 0em; }
|
|
body > div.results { font-size: smaller; }
|
|
#mancgi fieldset { text-align: center;
|
|
border: thin solid silver;
|
|
border-radius: 1em;
|
|
font-size: small; }
|
|
#mancgi input[name=expr] { width: 25%; }
|
|
.results td.title { vertical-align: top;
|
|
padding-right: 1em; }
|