Don't require text tag around multiple choice/checkbox answers.

https://edx.lighthouseapp.com/projects/102637/tickets/196
This commit is contained in:
cahrens
2013-02-28 13:33:04 -05:00
parent e47d11bedc
commit 2be42b8f51

View File

@@ -40,7 +40,7 @@ section.problem {
@include clearfix;
label.choicegroup_correct{
text:after{
&:after{
content: url('../images/correct-icon.png');
}
}