diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 10:37:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-17 10:37:26 +0000 |
commit | 8e9871ce2a8bd34b5605daa76493d575ba648258 (patch) | |
tree | f5bd30cc6f7700624fd3d8469445e378fb4ef131 /example.style.css | |
parent | 7dc51f1e214bb0510007c81786e5a9121214baaf (diff) | |
download | mandoc-8e9871ce2a8bd34b5605daa76493d575ba648258.tar.gz |
Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general use
only a single DIV or PRE. Tag all displays with display class.
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css index e6525f08..c0ddd82b 100644 --- a/example.style.css +++ b/example.style.css @@ -38,6 +38,10 @@ table { margin-top: 0px; margin-bottom: 0px; } .roman { font-style: normal; font-weight: normal; } /* Roman: (implicit). */ .small { font-style: normal; font-weight: normal; font-size: smaller; } /* Small: SB, SM. */ +/* Block modes. */ + +.display { } + /* Context-specific modes. */ span.addr { font-style: italic; font-weight: normal; } /* Address (Ad). */ |