From 58b1d818d475d141c4db299402633f96119d4530 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 23 Aug 2014 21:43:11 +0200 Subject: [PATCH] [ticket/338] Make sure list style of modules is set to none B3P-338 --- styles/prosilver/theme/portal.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/styles/prosilver/theme/portal.css b/styles/prosilver/theme/portal.css index f6224940..cfe84c32 100644 --- a/styles/prosilver/theme/portal.css +++ b/styles/prosilver/theme/portal.css @@ -100,6 +100,9 @@ margin-left: 0px; margin-right: 0px; } +#portal-body li { + list-style-type: none; +} .portal-news-pagination { height: 2em;