Index: trunk/htdocs/cacher/index.php
===================================================================
--- trunk/htdocs/cacher/index.php	(revision 1086)
+++ trunk/htdocs/cacher/index.php	(revision 1087)
@@ -112,12 +112,4 @@
 
 	$html = array();
-	static $cssOut = false;
-	if (!$cssOut) {
-		$cssOut = true;
-		$html[] = '<style type="text/css">';
-		$html[] = '.hitsgraph a { width: 2px; height: 20px; border-top-width: 1px; border-bottom-width: 1px; }';
-		$html[] = '</style>';
-	}
-
 	$width = count($ci[$key]) * 2;
 	$html[] = '<div class="hitsgraph" style="width: ' . $width . 'px">';
