html5/md Overview.html,1.101,1.102

Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv2713

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/md/Overview.html,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- Overview.html	1 Nov 2010 23:01:56 -0000	1.101
+++ Overview.html	1 Nov 2010 23:48:18 -0000	1.102
@@ -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:23 UTC