aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 10:37:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 10:37:26 +0000
commite741152dcb79ccdf5dbaa1cff72e777f682f2388 (patch)
treeb355d5de9dcc7efd50daf5d35fc3a75e9d9c15c4 /example.style.css
parent2811cf9116a5ab48ae7516219eae6beb84211707 (diff)
downloadmandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.tar.gz
mandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.tar.zst
mandoc-e741152dcb79ccdf5dbaa1cff72e777f682f2388.zip
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.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index 83153ecf..ca30722c 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.31 2010/12/17 08:26:42 kristaps Exp $ */
+/* $Id: example.style.css,v 1.32 2010/12/17 10:37:26 kristaps Exp $ */
html { min-width: 580px; width: 580px; }
body { font-family: monospace; }
@@ -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). */