- From: poot <cvsmail@w3.org>
- Date: Thu, 16 Jul 2009 07:04:06 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try changing styles to make tables wrap better in print version. (whatwg r3420) http://dev.w3.org/cvsweb/html5/webstorage/Overview.html?r1=1.53&r2=1.54&f=h http://html5.org/tools/web-apps-tracker?from=3419&to=3420 =================================================================== RCS file: /sources/public/html5/webstorage/Overview.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- Overview.html 15 Jul 2009 22:00:51 -0000 1.53 +++ Overview.html 15 Jul 2009 22:03:48 -0000 1.54 @@ -35,7 +35,7 @@ .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; } .dice-example caption { width: 30em; font-size: smaller; font-style: italic; padding: 0.75em 0; text-align: left; } .dice-example td, .dice-example th { border: solid thin; width: 1.35em; height: 1.05em; text-align: center; padding: 0; } - .applies th > * { display: block; white-space: nowrap; } + @media screen { .applies th > * { display: block; white-space: nowrap; } } .applies thead code { display: block; } .applies td { text-align: center; } .applies .yes { background: yellow; }
Received on Wednesday, 15 July 2009 22:04:42 UTC