Commit f343bc28 by Kyle Fiedler

Added fix for answer status and show answer to stay in the same place

parent 09973bd8
...@@ -49,12 +49,15 @@ section.problem { ...@@ -49,12 +49,15 @@ section.problem {
} }
} }
div { div {
p.status { p {
&.answer {
margin-top: -2px;
}
&.status {
text-indent: -9999px; text-indent: -9999px;
margin: -1px 0 0 10px; 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