From 2b6ae54466d9854bb8898e1136c125d40b2d3444 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 28 Jan 2016 21:27:26 +0100 Subject: restyled prediction table --- public/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/css/style.css (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..45b5c52 --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,9 @@ +.tablesorter thead tr th { + vertical-align: middle; +} +.tablesorter tbody tr td { + white-space: nowrap; +} +.tablesorter tbody tr.static td { + background-color: #B0B0B0; +} -- cgit v1.2.3