html5/spec Overview.html,1.2549,1.2550

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29978

Modified Files:
	Overview.html 
Log Message:
Try changing styles to make tables wrap better in print version. (whatwg r3420)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2549
retrieving revision 1.2550
diff -u -d -r1.2549 -r1.2550
--- Overview.html	15 Jul 2009 21:14:07 -0000	1.2549
+++ Overview.html	15 Jul 2009 22:03:34 -0000	1.2550
@@ -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:03:46 UTC