=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mandoc/mandoc.css 2017/01/25 02:14:43 1.14 +++ mandoc/mandoc.css 2017/02/05 19:29:19 1.15 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.14 2017/01/25 02:14:43 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.15 2017/02/05 19:29:19 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -108,7 +108,8 @@ table.Bl-column { } tr.It-column { } td.It-column { margin-top: 1em; } -span.Rs { } +cite.Rs { font-style: normal; + font-weight: normal; } span.RsA { } i.RsB { font-weight: normal; } span.RsC { }