From 68cea47c71ff737b1b7abbdaa6d072f9e3b65992 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Fri, 21 Dec 2007 13:48:51 +1300 Subject: [PATCH] Center the status icons. --- www/docs/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/docs/style.css b/www/docs/style.css index ff85f6b..9899e4d 100644 --- a/www/docs/style.css +++ b/www/docs/style.css @@ -2,3 +2,8 @@ img { border: 0px none; } + +# Keep the status icons nicely centered. +td.spong_host_service { + text-align: center; +} -- 2.30.2