- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Nov 2011 13:39:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module In directory hutz:/tmp/cvs-serv17147 Modified Files: default.css Log Message: Removed 'max-width' from BODY to conform to pubrules. (It makes the style too different from other Technical Reports.) Also removed 'margin' and 'color' from BODY, and 'font-family: inherit' from H[1-6], because they weren't used. Index: default.css =================================================================== RCS file: /sources/public/csswg/css-module/default.css,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- default.css 24 Nov 2011 19:48:58 -0000 1.16 +++ default.css 25 Nov 2011 13:39:11 -0000 1.17 @@ -17,10 +17,10 @@ margin: 1.5cm 1.1cm; } -body {counter-reset: exampleno figure issue; max-width: 50em; margin: 0 auto !important; color: #444; } +body {counter-reset: exampleno figure issue} /* Pagination */ -h1, h2, h3, h4, h5, h6 { page-break-after: avoid; font-family: inherit } +h1, h2, h3, h4, h5, h6 { page-break-after: avoid } div.figure, div.sidefigure, pre, table.propdef, table.propdef-extra, div.example { page-break-inside: avoid } dt { page-break-after: avoid }
Received on Friday, 25 November 2011 13:39:18 UTC