aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-08 08:17:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-08 08:17:55 +0000
commitde239793dd69c5f9b3cf6f0ffce3c9c90af80668 (patch)
tree0e19f0d626bfcadde86e37348b86006c9cf5cc61 /example.style.css
parentdb9ac84d691aa665ae1560055501f7b33c6f1bd4 (diff)
downloadmandoc-de239793dd69c5f9b3cf6f0ffce3c9c90af80668.tar.gz
mandoc-de239793dd69c5f9b3cf6f0ffce3c9c90af80668.tar.zst
mandoc-de239793dd69c5f9b3cf6f0ffce3c9c90af80668.zip
Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McIntyre and posted on Ingo Schwarze' mandoc-todo list).
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css4
1 files changed, 2 insertions, 2 deletions
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). */