Add block display back for text

This commit is contained in:
Arjun Singh
2012-09-27 13:31:08 -07:00
parent 81bd0baf08
commit 71923e7c1f

View File

@@ -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;
}
}