- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2011 22:09:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv15912
Modified Files:
style.css
Log Message:
bumping up text size
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- style.css 1 Mar 2011 22:08:26 -0000 1.21
+++ style.css 1 Mar 2011 22:09:36 -0000 1.22
@@ -133,7 +133,7 @@
html { background-color: transparent; } /* Override whatwg.css */
-body { margin: 2em; width: 40em; font-size: 0.9em; line-height: 1.45; background-image: none; background-color: #fff; text-align:left;}
+body { margin: 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:09:40 UTC