From 2690f7d9830834cedb505b8ee0c5c87e3d0b54d9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 30 Oct 2008 00:40:54 +0000 Subject: Center left td --- usr/local/www/themes/the_wall/all.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'usr/local/www/themes/the_wall') diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css index bf303ca..8653aae 100644 --- a/usr/local/www/themes/the_wall/all.css +++ b/usr/local/www/themes/the_wall/all.css @@ -6,16 +6,9 @@ html, body, td, th, input, select { } .inputerrorsleft { - background-color: #990000; - color: #000000; - font-size: 11px; - padding-top: 1px; - padding-bottom: 1px; - padding-right: 1px; - padding-left: 1px; + background-color: #990000; width: 36px; - align: center; - valign: center; + text-align: center; } .inputerrorsright { @@ -24,8 +17,6 @@ html, body, td, th, input, select { font-size: 11px; padding-left: 8px; padding-top: 6px; - align: center; - valign: center; } div.GraphLink { -- cgit v1.1