Commit 2c4b335f by Tom Giannattasio

polished multiple choice question styles

parent 84f1c1fc
...@@ -53,6 +53,17 @@ section.problem { ...@@ -53,6 +53,17 @@ section.problem {
float: left; float: left;
border-left: 1px solid #ddd; border-left: 1px solid #ddd;
padding-left: 20px; padding-left: 20px;
margin: 20px 0;
}
input[type="radio"] {
float: left;
margin: 4px 8px 0 0;
}
text {
display: block;
margin-left: 25px;
} }
} }
......
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