summaryrefslogtreecommitdiffstats
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
commit47ae77e2bde036d218817f41efc1263bf5b315a8 (patch)
tree492ff2e8971efaf9c11e42b1b4ffff7877fd9e70 /example.style.css
parentfb2492a98c627cb31a5ce400bab597e1ff751da4 (diff)
downloadmandoc-47ae77e2bde036d218817f41efc1263bf5b315a8.tar.gz
Added list-type style tips.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css
index c989ac37..8c4b24ac 100644
--- a/example.style.css
+++ b/example.style.css
@@ -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 { }