11 lines
173 B
CSS
11 lines
173 B
CSS
.choice-list ul {
|
|
list-style: none;
|
|
}
|
|
|
|
.choice-list fieldset.submit {
|
|
float: none;
|
|
width: auto;
|
|
text-align: center;
|
|
padding: 1em 0;
|
|
margin:0;
|
|
}
|