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:
parent
3379429329
commit
e0b600b651
3 changed files with 20 additions and 14 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue