Commit 082298fd by Alan Boudreault

Aligned the correct/incorrect mark vertically

parent 6451ac74
......@@ -13,12 +13,13 @@
.mentoring .choices .choice-result {
padding-right: 10px;
background-position: center;
background-repeat: no-repeat;
vertical-align: middle;
}
.mentoring .choices .choice-result.correct {
color: #006600
color: #006600;
position: relative;
top: -3px;
}
.mentoring .choices .choice-result.incorrect {
......
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