- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 23 Feb 2012 22:31:11 +0000
- To: public-css-commits@w3.org
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