diff options
author | matthew <matthew> | 2007-07-11 17:42:58 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-07-11 17:42:58 +0000 |
commit | 7d8efedf987dfe1b609cb57ed92ed3d4e450bbc3 (patch) | |
tree | 3db75cff950cb5685cbfddcb613dcf1b9884c6ca | |
parent | 03224d0295334e568164529dcd53863abb973905 (diff) |
Print stylesheet to avoid text appearing in a tiny column in IE.
-rw-r--r-- | web/css.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/css.css b/web/css.css index b60106184..7056457a3 100644 --- a/web/css.css +++ b/web/css.css @@ -408,3 +408,10 @@ ol#current img { width: 48%; margin-right: 1em; } + +/* Printign */ +@media print { + #map_box { float: none; margin: 0 auto; } + #content { max-width: none; } + #side { margin-right: 0; } +} |