]> git.etc.gen.nz Git - spong.git/commitdiff
Center the status icons.
authorAndrew Ruthven <andrew@etc.gen.nz>
Fri, 21 Dec 2007 00:48:51 +0000 (13:48 +1300)
committerAndrew Ruthven <andrew@cerberus.etc.gen.nz>
Fri, 21 Dec 2007 00:48:51 +0000 (13:48 +1300)
www/docs/style.css

index ff85f6bc922085de7c092209e08b996ecd8f68fe..9899e4dc45bfbb550504d1628dd2aabeb9f6101f 100644 (file)
@@ -2,3 +2,8 @@
 img {
   border: 0px none;
 }
+
+# Keep the status icons nicely centered.
+td.spong_host_service {
+  text-align: center;
+}