Added class problem-and-answer with margin on the bottom

This commit is contained in:
Kyle Fiedler
2012-08-31 16:08:41 -04:00
parent 05da125aed
commit f2fc51bd35

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;