Merge pull request #727 from MITx/feature/tomg/multiple-choice

fixed styles for checkboxes
This commit is contained in:
kimth
2012-09-19 11:05:54 -07:00

View File

@@ -56,7 +56,8 @@ section.problem {
margin: 20px 0;
}
input[type="radio"] {
input[type="radio"],
input[type="checkbox"] {
float: left;
margin: 4px 8px 0 0;
}