=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.38 retrieving revision 1.40 diff -u -p -r1.38 -r1.40 --- mandoc/Attic/example.style.css 2010/12/22 11:15:16 1.38 +++ mandoc/Attic/example.style.css 2010/12/24 14:14:00 1.40 @@ -1,4 +1,4 @@ -/* $Id: example.style.css,v 1.38 2010/12/22 11:15:16 kristaps Exp $ */ +/* $Id: example.style.css,v 1.40 2010/12/24 14:14:00 kristaps Exp $ */ /* * This default style-sheet mimics the appearance of the traditional @@ -35,12 +35,11 @@ td { vertical-align: top; } /* General font modes. */ -.italic { font-style: italic; font-weight: normal; } /* Italic: BI, IB, I, (implicit). */ +i { } /* Italic: BI, IB, I, (implicit). */ .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */ -.bold { font-style: normal; font-weight: bold; } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */ +b { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */ .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */ -.roman { font-style: normal; font-weight: normal; } /* Roman: (implicit). */ -.small { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */ +small { } /* Small: SB, SM. */ /* Block modes. */ @@ -83,7 +82,7 @@ span.ref-opt { } /* Reference optionals (%O). */ span.ref-page { } /* Reference page (%P). */ span.ref-corp { } /* Reference corporate/foreign author (%Q). */ span.ref-rep { } /* Reference report (%R). */ -u.ref-title { } /* Reference title (%T). */ +span.ref-title { text-decoration: underline; } /* Reference title (%T). */ span.ref-vol { } /* Reference volume (%V). */ span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */ span.unix { } /* Unices (Ux, Ox, Nx, Fx, Bx, Bsx, Dx). */