diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-26 09:03:17 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-26 09:03:17 +0000 |
commit | 18796a779fe7edf7d5304e767e0ba3f19ce163df (patch) | |
tree | 9949c2ba3aa55269258071dc650478dcbcb8fb3a /example.style.css | |
parent | 0fabbfc2fd6c5473030f8cf9aa934794853b454e (diff) | |
download | mandoc-18796a779fe7edf7d5304e767e0ba3f19ce163df.tar.gz |
Make sure that `Ql' literalises its arguments in -T[x]html. Found when
doing manpages.bsd.lv stuff.
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 9f0ce4b2..1b1e44dd 100644 --- a/example.style.css +++ b/example.style.css @@ -38,7 +38,7 @@ i { } /* Italic: BI, IB, I, (implicit). */ b { } /* Bold: SB, BI, IB, BR, RB, B, (implicit). */ .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */ small { } /* Small: SB, SM. */ -.lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Bf -literal, Bl -literal, Bl -unfilled. */ +.lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */ /* Block modes. */ |