Add bottom border to dark and classic header

This commit is contained in:
digital-gnome 2017-11-30 09:38:38 -05:00
parent 58159963fa
commit 898c9e7473
2 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,7 @@ th.table-th-sort-rev span.table-th-sort-span {
line-height: 1; line-height: 1;
text-align: left; text-align: left;
padding: 3px 0; padding: 3px 0;
border-bottom: 1px solid #555555;
} }
#header h2 { #header h2 {

View File

@ -378,6 +378,7 @@ th.table-th-sort-rev span.table-th-sort-span {
padding: 5px 20px; padding: 5px 20px;
margin: 4px auto; margin: 4px auto;
font-weight: 300; font-weight: 300;
border-bottom: 1px solid #000000;
} }
#header h2 { #header h2 {