html5/spec-author-view whatwg.css,1.1,1.2

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv29090

Modified Files:
	whatwg.css 
Log Message:
get rid of stray asterisks in generated author view of spec


Index: whatwg.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/whatwg.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- whatwg.css	1 Jan 2010 03:56:37 -0000	1.1
+++ whatwg.css	8 Mar 2010 08:35:11 -0000	1.2
@@ -133,7 +133,7 @@
 .note p:last-child, .warning p:last-child { margin-bottom: 0; }
 .warning:before { font-style: normal; }
 
-.XXX:before, .XXX:after { content: " ** "; position: absolute; left: 0; width: 8em; text-align: right; }
+/* .XXX:before, .XXX:after { content: " ** "; position: absolute; left: 0; width: 8em; text-align: right; } */
 p.note:before { content: 'Note: '; }
 p.warning:before { content: '\26A0 Warning! '; }
 

Received on Monday, 8 March 2010 08:35:14 UTC