From a877e6038ba90ab92ac6cee82b995e4c3a354b8b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 7 May 2003 18:08:11 +0000 Subject: [PATCH] Removed border for dlgform SVN revision: 523 --- themes/default/default.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/default/default.css b/themes/default/default.css index 13e5d56c..24a422e7 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -345,9 +345,6 @@ td { } .dlgform { - border:1px solid #308000; - border-top:1px solid white; - border-left:1px solid white; background-color:#DDEEBB; padding:5px; }