=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- mandoc/Attic/example.style.css 2010/12/24 00:46:49 1.39 +++ mandoc/Attic/example.style.css 2010/12/24 14:14:00 1.40 @@ -1,4 +1,4 @@ -/* $Id: example.style.css,v 1.39 2010/12/24 00:46:49 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 @@ -82,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). */