Declare font-weight separately in default theme

This commit is contained in:
nikolas 2015-04-09 14:52:53 -04:00
parent 1ccb713f2b
commit d2c62c3b72

View File

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