Index: /trunk/htdocs/cacher/cacher.css
===================================================================
--- /trunk/htdocs/cacher/cacher.css	(revision 1084)
+++ /trunk/htdocs/cacher/cacher.css	(revision 1085)
@@ -8,11 +8,11 @@
 .blocksgraph div { float: left; height: 3px; width: 4px; border: 0 solid gray; border-width: 0 0 1px 0; }
 .blocksgraph { border: 1px solid gray; border-bottom: 0; }
-.percent *, .blocksgraph *, .hitsgraph * { font-size: 1px; font-height: 1px; }
+.percent *, .blocksgraph *, .hitsgraph * { font-size: 1px; line-height: 1px; }
 
 .hitsgraph { margin: auto; }
-.hitsgraph a { float: left; border: 0 solid gray; }
+.hitsgraph a { display: block; float: left; border: 0 solid gray; }
+.hitsgraph a * { display: block; }
 .hitsgraph a.active { border-top-color: yellow; }
 .hitsgraph a:hover { background: gray; }
-.hitsgraph a div { float: none; }
 
 dl { overflow: hidden; }
Index: /trunk/htdocs/cacher/index.php
===================================================================
--- /trunk/htdocs/cacher/index.php	(revision 1084)
+++ /trunk/htdocs/cacher/index.php	(revision 1085)
@@ -92,6 +92,6 @@
 	$paddingHeight = $paddingHeight ? $paddingHeight . "px" : 0;
 	return '<a title="' . $v . '" href="javascript:;"' . $a . '>'
-		. ($paddingHeight ? '<div style="height: ' . $paddingHeight . '"></div>' : '')
-		. ($valueHeight ? '<div style="background: rgb(' . "$r,$g,$b" . '); height: ' . $valueHeight . '"></div>' : '')
+		. ($paddingHeight ? '<span style="height: ' . $paddingHeight . '"></span>' : '')
+		. ($valueHeight ? '<span style="background: rgb(' . "$r,$g,$b" . '); height: ' . $valueHeight . '"></span>' : '')
 		. '</a>';
 }
Index: /trunk/htdocs/common/header.tpl.php
===================================================================
--- /trunk/htdocs/common/header.tpl.php	(revision 1084)
+++ /trunk/htdocs/common/header.tpl.php	(revision 1085)
@@ -2,5 +2,4 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-	<meta http-equiv="X-UA-Compatible" content="IE=6" />
 	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['config']['charset']; ?>" />
 	<meta http-equiv="Content-Language" content="<?php echo $GLOBALS['config']['lang']; ?>" />
