From d811658195ea0469e1e7544fc7551a33636285c4 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Tue, 13 Apr 2010 10:39:27 +0000 Subject: [PATCH] New webalizer index layout --- src/infodrom.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/infodrom.css b/src/infodrom.css index 0eb622a..eabf65c 100644 --- a/src/infodrom.css +++ b/src/infodrom.css @@ -49,8 +49,17 @@ h3.bar { img.border { border: 2px solid #e5e5e5; } -ul.webgraph li { - list-style: none; +div.webgraph { + margin-left: 20px; + margin-bottom: 15px; +} +table.webgraph td { + border: 1px solid #CCC; + font-size: small; + text-align: center; +} +table.webgraph td:hover { + background: #DDD; } td.leftcol { padding-left: 2px; -- 2.20.1