=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- mandoc/Attic/example.style.css 2010/12/22 11:15:16 1.38 +++ mandoc/Attic/example.style.css 2010/12/24 00:46:49 1.39 @@ -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.39 2010/12/24 00:46:49 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. */