html5/eventsource Overview.html,1.4,1.5

Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv24899

Modified Files:
	Overview.html 
Log Message:
update styles for w3c; fix xref errors (whatwg r2891)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Overview.html	21 Mar 2009 06:36:02 -0000	1.4
+++ Overview.html	21 Mar 2009 06:45:51 -0000	1.5
@@ -61,7 +61,7 @@
    h2 { page-break-before: always; }
    h1 + h2, hr + h2.no-toc { page-break-before: auto; }
 
-   p > span:not([title=""]):not([class="XXX"]), li > span:not([title=""]):not([class="XXX"]) { border-bottom: solid #99CC99; }
+   p > span:not([title=""]):not([class="XXX"]):not([class="impl"]), li > span:not([title=""]):not([class="XXX"]):not([class="impl"]) { border-bottom: solid #9999CC; }
 
    div.head { margin: 0 0 1em; padding: 1em 0 0 0; }
    div.head p { margin: 0; }

Received on Saturday, 21 March 2009 06:46:02 UTC