Commit 47b620ff authored by Randall Leeds's avatar Randall Leeds

restore list style in annotation body

parent 1f850d1f
......@@ -548,6 +548,18 @@ blockquote {
#{elements-of-type(inline)}, #{headings()}, p, li {
@include force-wrap;
}
ol, ul {
padding-left: 1.25em;
}
ol {
list-style-type: decimal;
}
ul {
list-style-type: disc;
}
}
textarea {
......
......@@ -17,10 +17,6 @@ section {
ol {
list-style-type: decimal;
margin: .5em 0;
li {
margin: .5em 0;
}
}
.auth {
......
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