12 lines
231 B
CSS
12 lines
231 B
CSS
|
/**
|
||
|
* @file
|
||
|
* Composite element styles
|
||
|
*
|
||
|
* @see /webform/example_elements_composite
|
||
|
*/
|
||
|
|
||
|
/* Remove extra margin are composite element which already contain form elements with margins */
|
||
|
fieldset.form-composite {
|
||
|
margin: 0;
|
||
|
}
|