=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- mandoc/Attic/style.css 2014/08/13 15:25:22 1.26 +++ mandoc/Attic/style.css 2014/08/14 00:31:43 1.27 @@ -1,4 +1,4 @@ -/* $Id: style.css,v 1.26 2014/08/13 15:25:22 schwarze Exp $ */ +/* $Id: style.css,v 1.27 2014/08/14 00:31:43 schwarze Exp $ */ /* * This is an example style-sheet provided for mandoc(1) and the -Thtml @@ -34,7 +34,7 @@ td.head-rtitle { width: 10%; text-align: right; } /* D /* General font modes. */ i { } /* Italic: BI, IB, I, (implicit). */ -em { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */ +.emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */ 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. */