- From: Bert Bos via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Nov 2011 16:17:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv26323
Modified Files:
default.css
Log Message:
Removed max-width, which makes the document too different from the
standard (pubrules) style.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- default.css 28 Nov 2011 16:25:16 -0000 1.19
+++ default.css 29 Nov 2011 16:17:13 -0000 1.20
@@ -19,7 +19,6 @@
body {
counter-reset: exampleno figure issue;
- max-width: 50em;
margin: 0 auto !important;
}
Received on Tuesday, 29 November 2011 16:17:20 UTC