Commit 54f621a3 by Kyle Fiedler

Added fix for pre as a first child in a list item

parent 54caa320
......@@ -41,6 +41,18 @@ section.problem {
}
}
ol.enumerate {
li {
&:before {
content: " ";
display: block;
height: 1px;
width: 1px;
margin-top: -1px;
opacity: 0;
}
}
}
div {
p {
......
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