Team:UCLondon/Templates/timeline-struct

From 2012e.igem.org

(Difference between revisions)
Line 98: Line 98:
-
#prev, #next { color: #757575; }
+
#prev, #next { color: #757575; font-size:17pt; }
Line 139: Line 139:
   $().timelinr();
   $().timelinr();
-
   setTimeout((function() {$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); }), 2000);
+
  // hack to increase the width of float element so the last item will display.
 +
   setTimeout((function() {$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" ); }), 1500);
   //$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" );
   //$('#issues').css('width', parseInt($('#issues').css('width').replace('px', '')) + 3000 +"px" );

Revision as of 22:47, 20 October 2012