summaryrefslogtreecommitdiff
path: root/public/css/style.css
blob: 45b5c5286fa68c6d2d709d6266819744478496f7 (plain)
1
2
3
4
5
6
7
8
9
.tablesorter thead tr th {
  vertical-align: middle;
}
.tablesorter tbody tr td {
  white-space: nowrap;
}
.tablesorter tbody tr.static td {
  background-color: #B0B0B0;
}