- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 16:22:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv17102 Modified Files: default.css Log Message: Re-added the max-width and margin on body. Index: default.css =================================================================== RCS file: /sources/public/csswg/css-module/default.css,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- default.css 25 Nov 2011 13:39:11 -0000 1.17 +++ default.css 28 Nov 2011 16:22:50 -0000 1.18 @@ -17,7 +17,11 @@ margin: 1.5cm 1.1cm; } -body {counter-reset: exampleno figure issue} +body { + counter-reset: exampleno figure issue; + max-width: 50em; + margin: 0; +} /* Pagination */ h1, h2, h3, h4, h5, h6 { page-break-after: avoid }
Received on Monday, 28 November 2011 16:22:54 UTC