aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 09:52:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-02-09 09:52:47 +0000
commit8f65e2365fc46c19cff46c40dc76dbbd014fdbaa (patch)
tree0f87a48e9380aa73420fa32e1adfb2c9d159df54 /example.style.css
parenta1933d3c64fdd2f70b36e98de723f84692e136b1 (diff)
downloadmandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.tar.gz
mandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.tar.zst
mandoc-8f65e2365fc46c19cff46c40dc76dbbd014fdbaa.zip
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.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css
index 7f640ee8..c7cc484f 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.41 2011/01/05 13:00:11 kristaps Exp $ */
+/* $Id: example.style.css,v 1.42 2011/02/09 09:52:47 kristaps Exp $ */
/*
* This is an example style-sheet provided for mandoc(1) and the -Thtml
@@ -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 { }