From: Kevin Decherf Date: Sun, 20 Nov 2016 19:36:31 +0000 (+0100) Subject: Material: update style of ul in article X-Git-Tag: 2.2.0~3^2~44^2~4 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=59cfd63c235404b05712c9005b37d3814a655633 Material: update style of ul in article Signed-off-by: Kevin Decherf --- diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 3a15a789..b4d2765c 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -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;