=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.5 retrieving revision 1.7 diff -u -p -r1.5 -r1.7 --- mandoc/mandoc.css 2017/01/19 15:27:34 1.5 +++ mandoc/mandoc.css 2017/01/19 16:56:54 1.7 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.5 2017/01/19 15:27:34 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.7 2017/01/19 16:56:54 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -53,9 +53,21 @@ h2.Ss { margin-top: 2ex; margin-left: -2ex; font-size: 105%; } div.Pp { margin: 1ex 0ex; } +a.Sx { } +a.Xr { } +/* Displays and lists. */ -blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1. */ +div.Bd { } +div.D1 { margin-left: 5ex; } + +/* Fonts. */ + +.Li { font-style: normal; + font-weight: normal; + font-family: monospace; } + + table.synopsis { } /* SYNOPSIS section table. */ /* General font modes. */ @@ -65,11 +77,9 @@ i { } /* Italic: BI, IB, I, (implicit). */ b { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */ .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */ small { } /* Small: SB, SM. */ -.lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */ /* Block modes. */ -.display { } /* Top of all Bd, D1, Dl. */ .list { } /* Top of all Bl. */ /* Context-specific modes. */ @@ -91,7 +101,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). */ @@ -117,9 +126,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). */