mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
fix: define font for list-item tags
This commit is contained in:
parent
aab255504a
commit
79ee7efc93
3 changed files with 3 additions and 1 deletions
1
dist/paper.css
vendored
1
dist/paper.css
vendored
|
|
@ -970,6 +970,7 @@ html {
|
|||
p,
|
||||
a,
|
||||
button,
|
||||
li,
|
||||
table,
|
||||
thead,
|
||||
tbody,
|
||||
|
|
|
|||
2
dist/paper.min.css
vendored
2
dist/paper.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -7,6 +7,7 @@ html {
|
|||
p,
|
||||
a,
|
||||
button,
|
||||
li,
|
||||
table,
|
||||
thead,
|
||||
tbody,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue