Commit 67e364fa by Vik Paruchuri

Fix spacing, slightly prune CSS

parent e8cb3590
...@@ -119,11 +119,13 @@ div.combined-rubric-container { ...@@ -119,11 +119,13 @@ div.combined-rubric-container {
} }
} }
} }
margin-bottom: 5px; padding-bottom: 5px;
padding-top: 5px;
} }
div.result-container { div.result-container {
padding-top: 5px;
padding-bottom: 5px;
.evaluation { .evaluation {
p { p {
...@@ -221,20 +223,6 @@ div.result-container { ...@@ -221,20 +223,6 @@ div.result-container {
} }
} }
.result-correct {
background: url('../images/correct-icon.png') left 20px no-repeat;
.result-actual-output {
color: #090;
}
}
.result-incorrect {
background: url('../images/incorrect-icon.png') left 20px no-repeat;
.result-actual-output {
color: #B00;
}
}
.markup-text{ .markup-text{
margin: 5px; margin: 5px;
padding: 20px 0px 15px 50px; padding: 20px 0px 15px 50px;
......
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