From f909e9e5a9debd066371faf050aec5470f3d2954 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Fri, 20 May 2016 12:11:37 +0100 Subject: [PATCH] MDL-54654 choice: remove CSS definitions The 'inherit' for border colour was not valid and so no border was displayed. The display:inline does not work with floated elemenets. --- mod/choice/styles.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mod/choice/styles.css b/mod/choice/styles.css index b455e80d25b..2de72fab815 100644 --- a/mod/choice/styles.css +++ b/mod/choice/styles.css @@ -92,10 +92,6 @@ text-align: center; } -.path-mod-choice .results.anonymous th.header { - border: 1px solid inherit; -} - .path-mod-choice .results.names .header { width: 10%; white-space: normal; @@ -147,7 +143,6 @@ #page-mod-choice-report .downloadreport ul li { list-style: none; padding: 0 20px; - display: inline; float: left; } -- 2.43.0