Commit dbe84244 by Arjun Singh

Add block display back for text

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