X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/74531418a871a3cfcda14d88ac9db39d8114ccc5..b60f8021eeb3855308829414f20eca4897096fa7:/style.css?ds=sidebyside diff --git a/style.css b/style.css index 7e429a69..4fb1b5d8 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,7 @@ -/* $Id: style.css,v 1.18 2010/12/22 11:58:02 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; } @@ -91,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). */