- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 11:01:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv30911 Modified Files: style.css Log Message: re-centred text Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- style.css 2 Mar 2011 10:28:36 -0000 1.35 +++ style.css 2 Mar 2011 11:01:22 -0000 1.36 @@ -133,7 +133,7 @@ html { background-color: transparent; } /* Override whatwg.css */ -body { margin-left: 2.5em; width: 35em; font-size: 1em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} +body { margin: 2em auto; width: 35em; font-size: 1em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} div.head { position: relative; }
Received on Wednesday, 2 March 2011 11:01:26 UTC