csswg default.css,1.22,1.23

Update of /sources/public/csswg
In directory hutz:/tmp/cvs-serv4592

Modified Files:
	default.css 
Log Message:
Put the max-width back *again*.

Index: default.css
===================================================================
RCS file: /sources/public/csswg/default.css,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- default.css	23 Feb 2012 14:46:18 -0000	1.22
+++ default.css	23 Feb 2012 22:31:09 -0000	1.23
@@ -20,6 +20,7 @@
 body {
 	counter-reset: exampleno figure issue; 
 	margin: 0 auto !important;
+	max-width: 50em;
 }
 
 /* Pagination */

Received on Thursday, 23 February 2012 22:31:13 UTC