Index: /trunk/admin/xcache.tpl.php
===================================================================
--- /trunk/admin/xcache.tpl.php	(revision 34)
+++ /trunk/admin/xcache.tpl.php	(revision 46)
@@ -21,5 +21,5 @@
 $b = new Cycle('class="col1"', 'class="col2"');
 ?>
-<table cellspacing="1" cellpadding="4" class="cycles">
+<table cellspacing="0" cellpadding="4" class="cycles">
 	<col />
 	<col align="right" />
@@ -38,5 +38,5 @@
 	<col />
 	<tr <?php echo $a->next(); ?>>
-		<th></th>
+		<th>-</th>
 		<th>Slots</th>
 		<th>Size</th>
@@ -99,5 +99,5 @@
 foreach ($cacheinfos as $i => $ci) {
 ?>
-<table cellspacing="1" cellpadding="4" class="cycles freeblocks">
+<table cellspacing="0" cellpadding="4" class="cycles freeblocks">
 	<tr>
 		<th><?php echo $ci['cache_name']; ?> size<br>offset</th>
@@ -132,5 +132,5 @@
 		?>
 
-	<table cellspacing="1" cellpadding="4" class="cycles entrys" width="100%">
+	<table cellspacing="0" cellpadding="4" class="cycles entrys" width="100%">
 		<col />
 		<col />
Index: /trunk/admin/xcache.css
===================================================================
--- /trunk/admin/xcache.css	(revision 34)
+++ /trunk/admin/xcache.css	(revision 46)
@@ -3,4 +3,5 @@
 table.cycles .col1 { background-color: #f5f5f5; }
 table.cycles .col2 { background-color: #e0e0e0; }
+table.cycles th, table.cycles td { border-top: 1px solid white; border-left: 1px solid white; }
 table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 16px; font-family: serif; }
 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }
