From 59cfd63c235404b05712c9005b37d3814a655633 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 20 Nov 2016 20:36:31 +0100 Subject: [PATCH] Material: update style of ul in article Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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; -- 2.41.0