Commit 8578320e by Victor Shnayder

move output right/wrong image to top left of each test instead of center

parent 4fd530db
......@@ -673,14 +673,14 @@ section.problem {
}
.result-correct {
background: url('../images/correct-icon.png') center left no-repeat;
background: url('../images/correct-icon.png') left 20px no-repeat;
.result-actual-output {
color: #090;
}
}
.result-incorrect {
background: url('../images/incorrect-icon.png') center left no-repeat;
background: url('../images/incorrect-icon.png') left 20px no-repeat;
.result-actual-output {
color: #B00;
}
......
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