From 45205c992cb93062190ff1b5662f548612581b3e Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Tue, 21 May 2019 13:26:18 +0200 Subject: [PATCH] refs #15225 [fid_bbi] remove table border --- themes/fid_bbi/scss/compiled.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss index 34fee8bc881..c759ffb7ba1 100644 --- a/themes/fid_bbi/scss/compiled.scss +++ b/themes/fid_bbi/scss/compiled.scss @@ -7,6 +7,13 @@ body { hyphens: auto; } +.table { + //no borders fo fid_bbi, cf. #15225 + border: none; + // make columns adapt to content + table-layout: auto; +} + // Header .navbar { background-color: $brand-secondary; -- GitLab