- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Nov 2011 00:26:18 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv22482 Modified Files: default.css Log Message: Initialize the issue counter on body so things numbers correctly. Index: default.css =================================================================== RCS file: /sources/public/csswg/css-module/default.css,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- default.css 9 Nov 2011 23:59:19 -0000 1.10 +++ default.css 12 Nov 2011 00:26:16 -0000 1.11 @@ -31,7 +31,7 @@ /* html body { margin-left: 8.5em } /* Overrides 70px in base.css */ -body {counter-reset: exampleno figure; max-width: 50em; margin: 0 auto !important; color: #444; } +body {counter-reset: exampleno figure issue; max-width: 50em; margin: 0 auto !important; color: #444; } /* Pagination */ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit }
Received on Saturday, 12 November 2011 00:26:20 UTC