fixed styles for checkboxes

This commit is contained in:
Tom Giannattasio
2012-09-19 14:03:56 -04:00
parent 2c4b335f98
commit 82ab2e5a67

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;
}