1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Add CSS tweak and fix typo in variable name

This commit is contained in:
Frédéric Guillot 2019-09-25 18:55:16 -07:00 committed by Frédéric Guillot
parent 3379429329
commit e0b600b651
3 changed files with 20 additions and 14 deletions

File diff suppressed because one or more lines are too long

View file

@ -841,6 +841,12 @@ article.feed-parsing-error {
margin-bottom: 15px;
}
.entry-content li ul,
.entry-content li ol {
margin-top: 0;
margin-bottom: 0;
}
.entry-content ul {
list-style-type: square;
}