=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/Attic/style.css 2010/12/22 11:58:02 1.18 +++ mandoc/Attic/style.css 2010/12/24 14:14:00 1.19 @@ -1,4 +1,4 @@ -/* $Id: style.css,v 1.18 2010/12/22 11:58:02 kristaps Exp $ */ +/* $Id: style.css,v 1.19 2010/12/24 14:14:00 kristaps Exp $ */ html { max-width: 800px; } body { font-family: monospace; @@ -91,7 +91,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). */