From 2efe4857400966bcdf7cb4ece059399251822624 Mon Sep 17 00:00:00 2001 From: Ken Hawkins <khawkins98@gmail.com> Date: Thu, 25 Aug 2016 16:07:20 +0100 Subject: [PATCH] Add listable column items --- css/ebi-global-drupal.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/ebi-global-drupal.css b/css/ebi-global-drupal.css index 65b86218..ece458bb 100644 --- a/css/ebi-global-drupal.css +++ b/css/ebi-global-drupal.css @@ -107,3 +107,6 @@ body div.caption-inner { /* tinyMce WYSIWYG fixes */ body.mceContentBody, body#tinymce { font-size: 1rem; margin: 0 1em; overflow-y: scroll !important; } + +/* For some drupal views we need to absue li items as columns */ +li.columns { list-style-type: none; } -- GitLab