Commit 10a80ddf by kimth

Merge pull request #606 from MITx/feature/kfiedler/problem-group

Added class problem-and-answer with margin on the bottom
parents 3889388a f2fc51bd
......@@ -32,6 +32,7 @@ section.problem {
display: inline;
}
div {
p {
&.answer {
......@@ -321,6 +322,10 @@ section.problem {
}
}
.problem-and-answer {
margin-bottom: lh();
}
.CodeMirror {
border: 1px solid black;
font-size: 14px;
......
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