diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-08 08:17:55 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-04-08 08:17:55 +0000 |
commit | 36b1bcee466390f66c8760f6c0d805a97cda8a16 (patch) | |
tree | 10d38d7c9a8180e5b8e976259ed9bbb111a27dd9 /example.style.css | |
parent | dddfffcee06b6b91e4f189f71f8b4863c54cf798 (diff) | |
download | mandoc-36b1bcee466390f66c8760f6c0d805a97cda8a16.tar.gz |
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.css | 2 |
1 files changed, 1 insertions, 1 deletions
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). */ |