# HG changeset patch # User Paul Boddie # Date 1267231410 -3600 # Node ID a14949a7654a22abde9e6d2c38dd13ea44f1cef2 # Parent f030e457f20e73d9662630a6f95855e3f354aa6a Prevent border erasure for start/end of week events. diff -r f030e457f20e -r a14949a7654a css/event-aggregator-print.css --- a/css/event-aggregator-print.css Sat Feb 27 01:42:15 2010 +0100 +++ b/css/event-aggregator-print.css Sat Feb 27 01:43:30 2010 +0100 @@ -33,13 +33,11 @@ .event-day-starting { border-left: 2px solid #000000; - border-right: 0; border-top: 2px solid #000000; border-bottom: 2px solid #000000; } .event-day-ending { - border-left: 0; border-right: 2px solid #000000; border-top: 2px solid #000000; border-bottom: 2px solid #000000;