Commit 8255fa3b by kimth

Merge pull request #442 from MITx/feature/kfiedler/courseware-style

Added fix for answer status and show answer to stay in the same place
parents 93e3ab7b 8c65dca3
...@@ -49,12 +49,15 @@ section.problem { ...@@ -49,12 +49,15 @@ section.problem {
} }
} }
div { div {
p.status { p {
text-indent: -9999px; &.answer {
margin: -1px 0 0 10px; margin-top: -2px;
}
&.status {
text-indent: -9999px;
margin: 8px 0 0 10px;
}
} }
&.unanswered { &.unanswered {
......
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