Properly style lists from Markdown
This commit is contained in:
parent
bc54c42d9f
commit
190836789f
@ -1,4 +1,8 @@
|
|||||||
.fa-li {
|
.fa-li {
|
||||||
position: initial;
|
position: initial;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list {
|
||||||
|
list-style: initial;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user