mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Declare font-weight separately in default theme
This commit is contained in:
parent
1ccb713f2b
commit
d2c62c3b72
@ -15,7 +15,7 @@ Default Theme
|
||||
/* header */
|
||||
.tablesorter-default th,
|
||||
.tablesorter-default thead td {
|
||||
font: bold 12px/18px Arial, Sans-serif;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
border-collapse: collapse;
|
||||
|
Loading…
Reference in New Issue
Block a user