summaryrefslogtreecommitdiffstats
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:01:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-17 11:01:24 +0000
commit09aa9927bb049d1d607faa6ad1a3b52770414189 (patch)
treee8822ff51b7252d0adc3312a8ba7d01615499ded /example.style.css
parente1a4e5ea5e2b4ad66c8d17e8cc2800ba5370a3ec (diff)
downloadmandoc-09aa9927bb049d1d607faa6ad1a3b52770414189.tar.gz
Add a "list" top-level tag, too.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index c0ddd82b..2f8c4212 100644
--- a/example.style.css
+++ b/example.style.css
@@ -40,7 +40,8 @@ table { margin-top: 0px; margin-bottom: 0px; }
/* Block modes. */
-.display { }
+.display { } /* Top of all Bd, D1, Dl. */
+.list { } /* Top of all Bl. */
/* Context-specific modes. */