From: Andrew Ruthven Date: Fri, 21 Dec 2007 00:48:51 +0000 (+1300) Subject: Center the status icons. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68cea47c71ff737b1b7abbdaa6d072f9e3b65992;p=spong.git Center the status icons. --- 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; +}