diff options
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 41 |
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 { } |