10 lines
95 B
CSS
10 lines
95 B
CSS
/**
|
|
* @file
|
|
* Fieldgroup border reset.
|
|
*/
|
|
|
|
.fieldgroup {
|
|
border-width: 0;
|
|
padding: 0;
|
|
}
|