X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a99dddba5703906298b4613c1c313ee2a9246ef2..a24b465fc1a389d13f301e43333eb27cbd1c1189:/example.style.css diff --git a/example.style.css b/example.style.css index e6334893..fcaf64b6 100644 --- a/example.style.css +++ b/example.style.css @@ -1,4 +1,4 @@ -/* $Id: example.style.css,v 1.19 2009/11/16 09:52:47 kristaps Exp $ */ +/* $Id: example.style.css,v 1.20 2010/04/08 08:17:55 kristaps Exp $ */ div.body { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */ @@ -47,7 +47,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). */ -span.ref-title { } /* Reference title (%T). */ +span.ref-title { text-decoration: underline; } /* Reference title (%T). */ span.ref-vol { } /* Reference volume (%V). */ span.roman { font-style: normal; font-weight: normal; } /* Generic font. */ span.small { font-size: smaller; } /* Generically small (SB, SM). */