- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Dec 2011 13:29:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-exclusions In directory hutz:/tmp/cvs-serv20271 Modified Files: default.css Log Message: Commented-out three declarations that conflicted with (or are overridden by) the standard TR (i.e., pubrules) style. (It looks like they were actually meant for alternate-spec-style.css, but I didn't try putting them there.) Index: default.css =================================================================== RCS file: /sources/public/csswg/css3-exclusions/default.css,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- default.css 6 Dec 2011 23:50:54 -0000 1.2 +++ default.css 13 Dec 2011 13:29:30 -0000 1.3 @@ -30,7 +30,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; /*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 Tuesday, 13 December 2011 13:29:39 UTC