- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
 - Date: Fri, 29 Jan 2010 00:51:14 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv3988
Modified Files:
	style.css 
Log Message:
prose model
Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- style.css	29 Jan 2010 00:40:41 -0000	1.80
+++ style.css	29 Jan 2010 00:51:11 -0000	1.81
@@ -536,3 +536,8 @@
   font-weight: bold;
   color: white;
 }
+
+.prose-model p {
+  margin-top: 6px;
+  padding-left: 1em;
+}
Received on Friday, 29 January 2010 00:51:18 UTC