uniform fieldset css

This commit is contained in:
Sanj 2012-12-26 15:49:50 +05:30
parent b571d53fd6
commit 8af6079dc5

View File

@ -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%; }
.uniForm .col{ width: 50%; }