=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- mandoc/mandoc.css 2017/01/19 14:29:53 1.4 +++ mandoc/mandoc.css 2017/01/19 15:48:39 1.6 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.4 2017/01/19 14:29:53 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.6 2017/01/19 15:48:39 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -40,17 +40,25 @@ td.foot-date { width: 50%; } td.foot-os { width: 50%; text-align: right; } +/* Sections and paragraphs. */ -h1 { margin-bottom: 1ex; font-size: 110% } -div.section > h1 { margin-left: -4ex; } /* Section header (Sh, SH). */ -h2 { margin-bottom: 1ex; font-size: 105%; margin-left: -2ex; } /* Sub-section header (Ss, SS). */ +div.manual-text { + margin-left: 5ex; } +h1.Sh { margin-top: 2ex; + margin-bottom: 1ex; + margin-left: -4ex; + font-size: 110%; } +h2.Ss { margin-top: 2ex; + margin-bottom: 1ex; + margin-left: -2ex; + font-size: 105%; } +div.Pp { margin: 1ex 0ex; } +a.Sx { } +a.Xr { } -p { } /* Paragraph: Pp, Lp. */ + blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */ -div.section { margin-bottom: 2ex; margin-left: 5ex; } /* Sections (Sh, SH). */ -div.subsection { } /* Sub-sections (Ss, SS). */ table.synopsis { } /* SYNOPSIS section table. */ -div.spacer { margin: 1em 0; } /* General font modes. */ @@ -85,7 +93,6 @@ b.fname { font-style: normal; } /* Function name (Fa, i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */ b.includes { font-style: normal; } /* Header includes (In). */ span.lib { } /* Library (Lb). */ -i.link-sec { font-weight: normal; } /* Section links (Sx). */ b.macro { font-style: normal; } /* Macro-ish thing (Fd). */ b.name { font-style: normal; } /* Name of utility (Nm). */ span.opt { } /* Options (Op, Oo/Oc). */ @@ -111,9 +118,7 @@ b.var { font-style: normal; } /* Variables (Rv). */ a.link-ext { } /* Off-site link (Lk). */ a.link-includes { } /* Include-file link (In). */ a.link-mail { } /* Mailto links (Mt). */ -a.link-man { } /* Manual links (Xr). */ a.link-ref { } /* Reference section links (%Q). */ -a.link-sec { } /* Section links (Sx). */ /* Formatting for lists. See mdoc(7). */