csswg/css-module default.css,1.2,1.3

Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv14692

Modified Files:
	default.css 
Log Message:
Suppress top-margin on first paragraph in a multi-para note.


Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- default.css	16 Aug 2011 23:28:24 -0000	1.2
+++ default.css	16 Aug 2011 23:39:47 -0000	1.3
@@ -54,7 +54,7 @@
     margin-top: 1em
 }
 
-dd > p:first-child, li > p:first-child {
+dd > p:first-child, li > p:first-child, .note > p:first-child {
     margin-top: 0
 }
 

Received on Tuesday, 16 August 2011 23:40:12 UTC