=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.17 retrieving revision 1.20 diff -u -p -r1.17 -r1.20 --- mandoc/Attic/style.css 2010/12/20 13:39:24 1.17 +++ mandoc/Attic/style.css 2010/12/24 22:51:13 1.20 @@ -1,8 +1,7 @@ -/* $Id: style.css,v 1.17 2010/12/20 13:39:24 kristaps Exp $ */ +/* $Id: style.css,v 1.20 2010/12/24 22:51:13 kristaps Exp $ */ html { max-width: 800px; } -body { font-family: monospace; - color: #333333; +body { color: #333333; font-size: 0.93em; font-family: Times, serif; } @@ -10,12 +9,14 @@ body { font-family: monospace; table.foot { width: 100%; font-size: 0.8em; + margin-top: 1em; border-top: 1px dotted #dddddd; color: #999999; } /* Document footer. */ td.foot-date { width: 50%; } /* Document footer: date. */ td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */ table.head { width: 100%; font-size: 0.8em; + margin-bottom: 1em; border-bottom: 1px dotted #dddddd; color: #999999; } /* Document header. */ td.head-ltitle { width: 10%; } /* Document header: left-title. */ @@ -89,7 +90,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). */