Add sorting icons to tables and fix whitespace

This commit is contained in:
Dennis Eichhorn 2018-09-30 08:37:56 +02:00
parent 949f11c584
commit 704a120a00
15 changed files with 69 additions and 60 deletions

View File

@ -4729,6 +4729,10 @@ section > h2 {
/* Content box */ /* Content box */
/* Navigation */ /* Navigation */
/* Colors */ /* Colors */
table .sort-asc, table .sort-desc {
padding-left: 5px;
cursor: pointer; }
.table { .table {
background: none; } background: none; }
.table caption { .table caption {

View File

@ -1,5 +1,10 @@
@import "_mixins", "_vars"; @import "_mixins", "_vars";
table .sort-asc, table .sort-desc {
padding-left: 5px;
cursor: pointer;
}
.table { .table {
background: none; background: none;
caption { caption {