Commit b3bde7d6 by kimth

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

fixed styles for checkboxes
parents 3428f5f4 82ab2e5a
...@@ -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