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

This commit is contained in:
Kyle Fiedler
2012-08-16 17:49:50 -04:00
parent 09973bd815
commit f343bc28f3

View File

@@ -49,12 +49,15 @@ section.problem {
}
}
div {
p.status {
text-indent: -9999px;
margin: -1px 0 0 10px;
p {
&.answer {
margin-top: -2px;
}
&.status {
text-indent: -9999px;
margin: 8px 0 0 10px;
}
}
&.unanswered {