]> git.cameronkatri.com Git - mandoc.git/blobdiff - example.style.css
First, properly escape periods with \&. Then consistently refer to
[mandoc.git] / example.style.css
index 7f640ee834d81f43abc0658316722c40ed1dc34d..c7cc484f35412e7ad7834bb8996747755b8e1479 100644 (file)
@@ -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      { }