aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 15:32:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-15 15:32:01 +0000
commit5eff9e34ad553cd3982cc1955eac2c15c7cff2f1 (patch)
tree7f7efe97a633bcbfb1e7d03e403fe7ef65cd01f7 /example.style.css
parentefa87866a855becaff960fbe4eb82650963dd251 (diff)
downloadmandoc-5eff9e34ad553cd3982cc1955eac2c15c7cff2f1.tar.gz
mandoc-5eff9e34ad553cd3982cc1955eac2c15c7cff2f1.tar.zst
mandoc-5eff9e34ad553cd3982cc1955eac2c15c7cff2f1.zip
Added list-type style tips.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css43
1 files changed, 42 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index 56f71d40..a75d0197 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.21 2010/07/26 22:35:59 kristaps Exp $ */
+/* $Id: example.style.css,v 1.22 2010/12/15 15:32:01 kristaps Exp $ */
div.body { font-family: monospace;
min-width: 580px; width: 580px; } /* Top-most div tag. */
@@ -70,3 +70,44 @@ div.symb { font-weight: bold; font-style: normal; } /* Symbols (Bl -symbolic). *
table.footer { } /* Document footer. */
table.header { } /* Document header. */
+
+/* Formatting for lists. */
+
+dl.list-diag { }
+dt.list-diag { }
+dd.list-diag { }
+
+dl.list-hang { }
+dt.list-hang { }
+dd.list-hang { }
+
+dl.list-inset { }
+dt.list-inset { }
+dd.list-inset { }
+
+dl.list-ohang { }
+dt.list-ohang { }
+dd.list-ohang { }
+
+dl.list-tag { }
+dt.list-tag { }
+dd.list-tag { }
+
+table.list-col { }
+tr.list-col { }
+td.list-col { }
+
+ul.list-bul { }
+li.list-bul { }
+
+ul.list-dash { }
+li.list-dash { }
+
+ul.list-hyph { }
+li.list-hyph { }
+
+ul.list-item { }
+li.list-item { }
+
+ol.list-enum { }
+li.list-enum { }