Fix issue/example numbering.
authorCameron McCormack <cam@mcc.id.au>
Mon, 28 May 2012 11:01:33 +1000
changeset 178 2419cd798fc0
parent 177 3553b2b1dec4
child 179 53344b6a1a0f
Fix issue/example numbering.
master/style/default_svg.css
--- a/master/style/default_svg.css	Sun May 27 18:44:37 2012 +1000
+++ b/master/style/default_svg.css	Mon May 28 11:01:33 2012 +1000
@@ -250,6 +250,9 @@
 dl.attrdef-list dl { margin-top: 1em }
 dl.attrdef-list > dt { font-weight: normal }
 
+/* Make issue and example counters work correctly. */
+body { counter-reset: exampleno figure issue example; }
+
 /*
  * Temporary styles for use only while the spec is in development:
  */