- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Mar 2011 13:09:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18977
Modified Files:
style.css
Log Message:
:before error which made table of contents in opera dispaear fixed
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- style.css 2 Mar 2011 12:48:58 -0000 1.44
+++ style.css 2 Mar 2011 13:09:54 -0000 1.45
@@ -201,7 +201,7 @@
ol li { color: #336666; }
ol.toc, ul.toc { list-style: none; }
-ol.toc, ul.toc li:before { content: ''; }
+/*ol.toc, ul.toc li:before { content: ''; }*/
div.subtoc { background: transparent; border: 0em; }
body .toc, body .subtoc { background: transparent; border: 0em; margin-top: 1em; }
Received on Wednesday, 2 March 2011 13:09:58 UTC