Commit 6eda0315 by Daniel Naranjo Committed by GitHub

Remove invalid selector

removing a selector that is not used by sass and not part of CSS.
parent 5b7f48c5
...@@ -239,11 +239,6 @@ div.problem { ...@@ -239,11 +239,6 @@ div.problem {
input[type="checkbox"] { input[type="checkbox"] {
@include margin(($baseline/4) ($baseline/2) ($baseline/4) ($baseline/4)); @include margin(($baseline/4) ($baseline/2) ($baseline/4) ($baseline/4));
} }
text {
@include margin-left(25px);
display: inline;
}
} }
// +Problem - Choice Group // +Problem - Choice Group
......
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