html5/spec-author-view style.css,1.14,1.15

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

Modified Files:
	style.css 
Log Message:
make it work in Opera

Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- style.css	14 Oct 2010 01:03:24 -0000	1.14
+++ style.css	14 Feb 2011 23:12:44 -0000	1.15
@@ -165,7 +165,8 @@
 ol li { color: #9cc; }
 
 ol.toc, ul.toc { list-style: none; }
-ol.toc, ul.toc li:before { content: ''; }
+ol.toc li::before, ul.toc li::before  { content: ""; }
+
 div.subtoc { background: transparent; border: 0em; }
 body .toc, body .subtoc { background: transparent; border: 0em; margin-top: 1em; }
 

Received on Monday, 14 February 2011 23:12:47 UTC