diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-15 06:45:31 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-15 06:45:31 +0000 |
commit | fa9a2e0d50be030033511e2b3b535729529d8696 (patch) | |
tree | a7a7bc544519f9ed318e89202e3f0569a19d5656 /example.style.css | |
parent | 4e79e898c4b9d864a069a79b6221f95ba6189c5d (diff) | |
download | mandoc-fa9a2e0d50be030033511e2b3b535729529d8696.tar.gz |
\f escapes appear to work properly for -Thtml -man. Needs more testing.
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css index f7fea190..469b1feb 100644 --- a/example.style.css +++ b/example.style.css @@ -47,6 +47,7 @@ span.ref-corp { } /* Reference corporate/foreign author (%Q). */ span.ref-rep { } /* Reference report (%R). */ span.ref-title { } /* 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). */ span.symb { font-weight: bold; font-style: normal; } /* Symbols. */ span.type { font-style: italic; font-weight: normal; } /* Variable types (Vt). */ |