Material: update style of ul in article

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
Kevin Decherf 2016-11-20 20:36:31 +01:00
parent 858430c0d0
commit 59cfd63c23
1 changed files with 9 additions and 0 deletions

View File

@ -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;