portico: Remove obsolete content: none markdown CSS.

This made it impossible to e.g. use Font Awesome icons inside a `<ul>`
list item (they worked correctly inside `<ol>` list items).

This line was apparently added in
17ad591eb4.  The original thinking
behind this line is not clear in the original PR, but is likely a
forgotten relic from experiments with a custom unordered list bullet
styling.
This commit is contained in:
Tim Abbott
2021-10-25 14:40:35 -07:00
committed by Tim Abbott
parent fe7a1c0722
commit e6a3f49ba8

View File

@@ -173,10 +173,6 @@
& > li {
margin: 5px 0;
::before {
content: none;
}
}
}