From 05386658a85a7a24ca8be4825159a79d33599500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bisson?= Date: Wed, 6 Feb 2019 12:03:19 +0100 Subject: [PATCH] simple list displayed with bullets on portal --- static/rouen/_custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/rouen/_custom.scss b/static/rouen/_custom.scss index 8f0b85d..0a31e3a 100644 --- a/static/rouen/_custom.scss +++ b/static/rouen/_custom.scss @@ -583,6 +583,12 @@ body.page-index #columns { li, h2 { border-radius: 0; } + ul { + list-style-type: none; + margin: 0; + padding: 0; + } + a { display: block; border: none;