diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-09 09:52:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-02-09 09:52:47 +0000 |
commit | 1c56bbdf26bc339ff32709360e5b8de0e220592f (patch) | |
tree | c51b7158555001d2d3e38762ce7dd96a2dd092b0 /example.style.css | |
parent | f6b21f845c28c5c32c6abed3c8a192e58cd35fb0 (diff) | |
download | mandoc-1c56bbdf26bc339ff32709360e5b8de0e220592f.tar.gz |
EQN blocks are now printed in all modes. This is simply a printing of
the concatenated string (in -T[x]html, it gets a SPAN, too).
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example.style.css b/example.style.css index 7b61d430..866eaefa 100644 --- a/example.style.css +++ b/example.style.css @@ -141,6 +141,10 @@ li.list-item { } ol.list-enum { padding-left: 2em; } li.list-enum { } +/* Equation modes. See eqn(7). */ + +span.eqn { } + /* Table modes. See tbl(7). */ table.tbl { } |