Index: trunk/htdocs/cacher/sub/summary.tpl.php
===================================================================
--- trunk/htdocs/cacher/sub/summary.tpl.php	(revision 1078)
+++ trunk/htdocs/cacher/sub/summary.tpl.php	(revision 1084)
@@ -67,5 +67,4 @@
 		$hits_avg_s     = number_format(array_avg($ci['hits_by_second']), 2);
 		$hits_graph_h   = get_cache_hits_graph($ci, 'hits_by_hour');
-		$hits_graph_h_w = count($ci['hits_by_hour']) * 2;
 
 		if (!empty($ci['istotal'])) {
@@ -113,5 +112,5 @@
 		<td>{$ci['status']}</td>
 		<td align="right">{$ci['hits']}</td>
-		<td><div class="hitsgraph" style="width: {$hits_graph_h_w}px">{$hits_graph_h}</div></td>
+		<td>{$hits_graph_h}</td>
 		<td align="right">{$hits_avg_h}</td>
 		<td align="right">{$hits_avg_s}</td>
