- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 00:38:32 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv8623
Modified Files:
default.css
Log Message:
Add 'display: block' to generated content per dbaron's suggestion
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- default.css 30 Nov 2011 00:04:36 -0000 1.21
+++ default.css 8 Dec 2011 00:38:30 -0000 1.22
@@ -92,13 +92,15 @@
content: "Example";
content: "Example " counter(exampleno);
min-width: 7.5em;
- text-transform: uppercase;
+ text-transform: uppercase;
+ display: block;
}
pre.example:before {
content: "Example";
content: "Example " counter(exampleno);
min-width: 7.5em;
text-transform: uppercase;
+ display: block;
}
div.example, div.illegal-example, div.html, div.illegal-html, div.xml,
div.illegal-xml, pre.example, pre.illegal-example, pre.html,
@@ -531,4 +533,4 @@
font-weight: bold;
text-align: center;
padding: .5em;
-}
\ No newline at end of file
+}
Received on Thursday, 8 December 2011 00:38:37 UTC