mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 00:15:27 +00:00
Material: update style of ul in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
858430c0d0
commit
59cfd63c23
1 changed files with 9 additions and 0 deletions
|
@ -664,6 +664,15 @@ a.original {
|
|||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
#article article ul {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
#article article ul,
|
||||
#article article ul li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
#article > header > h1 {
|
||||
font-size: 2em;
|
||||
margin: 2.1rem 0 0.68rem;
|
||||
|
|
Loading…
Reference in a new issue