- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Feb 2012 14:46:21 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg
In directory hutz:/tmp/cvs-serv17426
Modified Files:
default.css
Log Message:
No 'max-width' on BODY.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/default.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- default.css 11 Jan 2012 16:04:59 -0000 1.21
+++ default.css 23 Feb 2012 14:46:18 -0000 1.22
@@ -20,7 +20,6 @@
body {
counter-reset: exampleno figure issue;
margin: 0 auto !important;
- max-width: 50em;
}
/* Pagination */
Received on Thursday, 23 February 2012 14:46:23 UTC