From 36b1bcee466390f66c8760f6c0d805a97cda8a16 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 8 Apr 2010 08:17:55 +0000 Subject: Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McIntyre and posted on Ingo Schwarze' mandoc-todo list). --- example.style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example.style.css') diff --git a/example.style.css b/example.style.css index 50fbff60..fa25d7e6 100644 --- a/example.style.css +++ b/example.style.css @@ -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). */ -- cgit