From 0913a099d3d3bd59b5100b99f13c8c8ef61ad89b Mon Sep 17 00:00:00 2001 From: Erik Kristensen Date: Thu, 21 Jul 2005 02:17:42 +0000 Subject: fixing non xhtml stuff so themes won't break! --- usr/local/www/themes/metallic/all.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/local/www/themes/metallic') diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css index e25489f..502beca 100644 --- a/usr/local/www/themes/metallic/all.css +++ b/usr/local/www/themes/metallic/all.css @@ -106,7 +106,8 @@ form input { padding-top: 5px; padding-left: 10px; padding-right: 10px; - padding-bottom: 20px + padding-bottom: 20px; + min-height: 400px; } #footer { @@ -114,7 +115,7 @@ form input { background: url('images/footer.gif') no-repeat; top: -18px; left: 5px; - width: 805px; + width: 800px; height: 75px; color: #ffffff; text-align: center;; -- cgit v1.1