From 8f65e2365fc46c19cff46c40dc76dbbd014fdbaa Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 9 Feb 2011 09:52:47 +0000 Subject: 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). --- example.style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'example.style.css') 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 { } -- cgit v1.2.3-56-ge451