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

Added class problem-and-answer with margin on the bottom
This commit is contained in:
kimth
2012-08-31 13:26:54 -07:00

View File

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