From 8af6079dc59bea2492052228331be4a49ecd7179 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 26 Dec 2012 15:49:50 +0530 Subject: [PATCH] uniform fieldset css --- itf/static/uni_form/uni-form.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/static/uni_form/uni-form.css b/itf/static/uni_form/uni-form.css index add9a2a..08748d6 100644 --- a/itf/static/uni_form/uni-form.css +++ b/itf/static/uni_form/uni-form.css @@ -30,7 +30,7 @@ .uniForm{ margin: 0; padding: 0; position: relative; z-index: 1; } /* reset stuff */ /* Some generals and more resets */ - .uniForm fieldset{ border: none; margin: 0; padding: 0; } + .uniForm fieldset{ border: none; } .uniForm fieldset legend{ margin: 0; padding: 0; } /* This are the main units that contain form elements */ @@ -161,4 +161,4 @@ /* Columns */ .uniForm .col{ float: left; } -.uniForm .col{ width: 50%; } \ No newline at end of file +.uniForm .col{ width: 50%; }