html5/websockets Overview.html,1.52,1.53

Update of /sources/public/html5/websockets
In directory hutz:/tmp/cvs-serv29657

Modified Files:
	Overview.html 
Log Message:
more w3c styling fixes (whatwg r)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/websockets/Overview.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Overview.html	21 Mar 2009 07:03:31 -0000	1.52
+++ Overview.html	21 Mar 2009 07:26:02 -0000	1.53
@@ -21,7 +21,7 @@
    pre, code { font-size: inherit; font-family: monospace; font-variant: normal; }
    pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
    pre em { font-weight: bolder; font-style: normal; }
-   @media screen { code { color: orangered; } }
+   @media screen { code { color: orangered; } code :link, code :visited { color: inherit; } }
    var sub { vertical-align: bottom; font-size: smaller; position: relative; top: 0.1em; }
    table { border-collapse: collapse; border-style: hidden hidden none hidden; }
    table thead { border-bottom: solid; }

Received on Saturday, 21 March 2009 07:26:12 UTC