Add bottom border to dark and classic header
This commit is contained in:
parent
58159963fa
commit
898c9e7473
|
@ -350,6 +350,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
line-height: 1;
|
||||
text-align: left;
|
||||
padding: 3px 0;
|
||||
border-bottom: 1px solid #555555;
|
||||
}
|
||||
|
||||
#header h2 {
|
||||
|
|
|
@ -378,6 +378,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
|||
padding: 5px 20px;
|
||||
margin: 4px auto;
|
||||
font-weight: 300;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
#header h2 {
|
||||
|
|
Loading…
Reference in New Issue