# HG changeset patch # User Paul Boddie # Date 1304728174 -7200 # Node ID 861bd672c564c5d3be54c2226f016b6de0e58825 # Parent d974cda1e9f409c3608182e9bacb558c3153654f Permit printed map content to flow across pages. diff -r d974cda1e9f4 -r 861bd672c564 css/event-aggregator-print.css --- a/css/event-aggregator-print.css Fri May 06 01:23:25 2011 +0200 +++ b/css/event-aggregator-print.css Sat May 07 02:29:34 2011 +0200 @@ -62,6 +62,10 @@ /* Map content. */ +.event-map table { + display: block; +} + .event-map-container > ol { counter-reset: marker 0; display: inline;