- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 07:26:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/eventsource
In directory hutz:/tmp/cvs-serv29619
Modified Files:
Overview.html
Log Message:
more w3c styling fixes (whatwg r)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/eventsource/Overview.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Overview.html 21 Mar 2009 07:03:27 -0000 1.6
+++ Overview.html 21 Mar 2009 07:25:57 -0000 1.7
@@ -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:08 UTC