- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Nov 2010 23:48:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2637 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/spec/Overview.html,v retrieving revision 1.4529 retrieving revision 1.4530 diff -u -d -r1.4529 -r1.4530 --- Overview.html 1 Nov 2010 23:43:45 -0000 1.4529 +++ Overview.html 1 Nov 2010 23:48:12 -0000 1.4530 @@ -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:18 UTC