mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
15 lines
589 B
CSS
15 lines
589 B
CSS
|
<style>
|
||
|
table.head, table.foot { width: 100%; }
|
||
|
td.head-rtitle, td.foot-os { text-align: right; }
|
||
|
td.head-vol { text-align: center; }
|
||
|
div.Pp { margin: 1ex 0ex; }
|
||
|
div.Nd, div.Bf, div.Op { display: inline; }
|
||
|
span.Pa, span.Ad { font-style: italic; }
|
||
|
span.Ms { font-weight: bold; }
|
||
|
dl.Bl-diag > dt { font-weight: bold; }
|
||
|
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
|
||
|
code.Cd { font-weight: bold; font-family: monospace; }
|
||
|
var { font-family: monospace; }
|
||
|
.Sh { font-size: 1.5em; padding-top: 1em; padding-bottom: 1em; }
|
||
|
</style>
|