Commit 7dc6a567 by Tom Giannattasio

fixed styles for checkboxes

parent 4868721a
...@@ -56,7 +56,8 @@ section.problem { ...@@ -56,7 +56,8 @@ section.problem {
margin: 20px 0; margin: 20px 0;
} }
input[type="radio"] { input[type="radio"],
input[type="checkbox"] {
float: left; float: left;
margin: 4px 8px 0 0; margin: 4px 8px 0 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment