Commit 71923e7c by Arjun Singh

Add block display back for text

parent 81bd0baf
......@@ -38,8 +38,10 @@ section.problem {
.choicegroup {
@include clearfix;
label.choicegroup_correct:after {
content: url('../images/correct-icon.png');
label.choicegroup_correct{
text:after{
content: url('../images/correct-icon.png');
}
}
min-width:100px;
......@@ -66,7 +68,8 @@ section.problem {
}
text {
margin-left: 5px;
display: block;
margin-left: 25px;
}
}
......
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