Merge pull request #1568 from MITx/bug/christina/misc

Don't require text tag around multiple choice/checkbox answers.
This commit is contained in:
Christina Roberts
2013-02-28 10:48:08 -08:00

View File

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