Fix spacing, slightly prune CSS
This commit is contained in:
@@ -119,11 +119,13 @@ div.combined-rubric-container {
|
||||
}
|
||||
}
|
||||
}
|
||||
margin-bottom: 5px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
div.result-container {
|
||||
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
.evaluation {
|
||||
|
||||
p {
|
||||
@@ -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{
|
||||
margin: 5px;
|
||||
padding: 20px 0px 15px 50px;
|
||||
|
||||
Reference in New Issue
Block a user