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