[html5] r3420 - [e] (0) Try changing styles to make tables wrap better in print version.

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 15 15:03:29 PDT 2009


Author: ianh
Date: 2009-07-15 15:03:28 -0700 (Wed, 15 Jul 2009)
New Revision: 3420

Modified:
   index
Log:
[e] (0) Try changing styles to make tables wrap better in print version.

Modified: index
===================================================================
--- index	2009-07-15 21:14:00 UTC (rev 3419)
+++ index	2009-07-15 22:03:28 UTC (rev 3420)
@@ -6,7 +6,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; } }
    #updatesStatus { display: none; }
    #updatesStatus.relevant { display: block; position: fixed; right: 1em; top: 1em; padding: 0.5em; font: bold small sans-serif; min-width: 25em; width: 30%; max-width: 40em; height: auto; border: ridge 4px gray; background: #EEEEEE; color: black; }
    div.head .logo { width: 11em; margin-bottom: 20em; }




More information about the Commit-Watchers mailing list