=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- mandoc/Attic/example.style.css 2010/12/20 13:07:55 1.36 +++ mandoc/Attic/example.style.css 2010/12/20 13:39:24 1.37 @@ -1,4 +1,4 @@ -/* $Id: example.style.css,v 1.36 2010/12/20 13:07:55 kristaps Exp $ */ +/* $Id: example.style.css,v 1.37 2010/12/20 13:39:24 kristaps Exp $ */ /* * This default style-sheet mimics the appearance of the traditional @@ -57,7 +57,7 @@ b.cmd { font-style: normal; } /* Command (Cm). */ b.config { font-style: normal; } /* Config statement (Cd). */ span.define { } /* Defines (Dv). */ span.desc { } /* Nd. After em-dash. */ -span.diag { font-style: normal; font-weight: bold; } /* Diagnostic (Bl -diag). */ +b.diag { font-style: normal; } /* Diagnostic (Bl -diag). */ span.env { } /* Environment variables (Ev). */ span.errno { } /* Error string (Er). */ i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */ @@ -67,6 +67,7 @@ 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). */ @@ -94,7 +95,7 @@ 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 { font-style: italic; font-weight: normal; } /* Section links (Sx). */ +a.link-sec { } /* Section links (Sx). */ /* Formatting for lists. */