1--- timeline-bundle.js    2011-11-25 11:47:45.753924406 +0100
 2+++ /homespace/elson/chart/chart/web/3rdparty.packages/delme/timeline_2.3.0/timeline_js/timeline-bundle.js    2009-03-05 18:06:46.000000000 +0100
 3@@ -743,7 +743,7 @@
 4 }this._eventLayer.appendChild(B);
 5 return{left:C,top:F,width:A,height:G,elmt:B};
 6 };
 7-Timeline.CompactEventPainter.prototype._paintEventTape=function(G,H,K,J,D,A,E,C,I,F){var B=Math.max(A-D,1);
 8+Timeline.CompactEventPainter.prototype._paintEventTape=function(G,H,K,J,D,A,E,C,I,F){var B=A-D;
 9 var L=this._timeline.getDocument().createElement("div");
10 L.className="timeline-event-tape";
11 L.style.left=D+"px";
12@@ -1516,7 +1516,7 @@
13 Timeline.QuarterlyEtherPainter.prototype.softPaint=function(){};
14 Timeline.EtherIntervalMarkerLayout=function(I,L,C,E,M){var A=I.isHorizontal();
15 if(A){if(E=="Top"){this.positionDiv=function(O,N){O.style.left=N+"px";
16-O.style.top="0px";O.style.visibility='hidden';
17+O.style.top="0px";
18 };
19 }else{this.positionDiv=function(O,N){O.style.left=N+"px";
20 O.style.bottom="0px";
21@@ -2061,7 +2061,7 @@
22 }this._eventLayer.appendChild(B);
23 return{left:D,top:H,width:A,height:J,elmt:B};
24 };
25-Timeline.OriginalEventPainter.prototype._paintEventTape=function(N,B,D,A,G,C,J,I,M){var F=Math.max(A-D,1);
26+Timeline.OriginalEventPainter.prototype._paintEventTape=function(N,B,D,A,G,C,J,I,M){var F=A-D;
27 var E=I.event.tape.height;
28 var K=J.trackOffset+B*J.trackIncrement;
29 var O=this._timeline.getDocument().createElement("div");