html5/2dcontext Overview.html,1.86,1.87

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv2749

Modified Files:
	Overview.html 
Log Message:
work around a bug in the w3c default TR/ style sheet

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Overview.html	1 Nov 2010 23:01:59 -0000	1.86
+++ Overview.html	1 Nov 2010 23:48:22 -0000	1.87
@@ -207,7 +207,8 @@
    .stability strong {
      display: block;
    }
-   .stability :link, .stability :visited {
+   .stability :link, .stability :visited,
+   .stability :link:hover, .stability :visited:hover {
      background: transparent;
      color: white;
    }

Received on Monday, 1 November 2010 23:48:26 UTC