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.
This commit is contained in:
Dan Poltawski 2016-05-20 12:11:37 +01:00
parent 48d5c2183a
commit f909e9e5a9

View File

@ -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;
}