From ebee819dcbbdfcb11132f11a20edb245fb6c2f8a Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Mon, 11 Apr 2005 23:54:51 +0000 Subject: [PATCH] Added some lastcallers CSS. --- web/root/synchronet.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/web/root/synchronet.css b/web/root/synchronet.css index efa1a488c2..d193a98036 100644 --- a/web/root/synchronet.css +++ b/web/root/synchronet.css @@ -358,6 +358,22 @@ td.sysinfo { background-color: #dddddd; } +/* Last Callers */ + +table.lastcallers { + padding: 0px; + border-top: 2px solid #000000; + border-left: 2px solid #000000; + border-bottom: 2px solid #ffffff; + border-right: 2px solid #ffffff; + font-size: 10pt; + margin-left: auto; + margin-right: auto; + background-color: #bbbbbb; +} + + + /* User Listing */ table.userlist { -- GitLab