- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 21 Mar 2009 07:26:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/workers In directory hutz:/tmp/cvs-serv29737 Modified Files: Overview.html Log Message: more w3c styling fixes (whatwg r) Index: Overview.html =================================================================== RCS file: /sources/public/html5/workers/Overview.html,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- Overview.html 21 Mar 2009 07:03:45 -0000 1.88 +++ Overview.html 21 Mar 2009 07:26:10 -0000 1.89 @@ -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:20 UTC