- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2011 22:11:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv16154 Modified Files: style.css Log Message: tweaking margin Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- style.css 1 Mar 2011 22:09:36 -0000 1.22 +++ style.css 1 Mar 2011 22:11:30 -0000 1.23 @@ -133,7 +133,7 @@ html { background-color: transparent; } /* Override whatwg.css */ -body { margin: 2em; width: 40em; font-size: 1em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} +body { margin: 2.2em; width: 40em; font-size: 1em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;} div.head { position: relative; }
Received on Tuesday, 1 March 2011 22:11:33 UTC