- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Nov 2011 23:08:41 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv26048
Modified Files:
default.css
Log Message:
Whoops, meant div.issue, not div.error. Also added div.issue to another rule that needed it.
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- default.css 23 Nov 2011 23:06:31 -0000 1.13
+++ default.css 23 Nov 2011 23:08:39 -0000 1.14
@@ -35,12 +35,12 @@
h4 { margin-top: 4em; }
-p, div.note, div.error {
+p, div.note, div.issue {
margin-top: 1em;
margin-bottom: 1em;
}
-dd > p:first-child, li > p:first-child, .note > p:first-child {
+dd > p:first-child, li > p:first-child, .note > p:first-child, .issue > p:first-child {
margin-top: 0
}
Received on Wednesday, 23 November 2011 23:08:47 UTC