From 3460380721c693656c76b81987e4b723ef2146a5 Mon Sep 17 00:00:00 2001 From: Andrew Toy Date: Sun, 4 Nov 2012 21:07:26 -0600 Subject: [PATCH] accidently broke something with the previous CSS fix --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index dca2a90..6bddd65 100755 --- a/style.css +++ b/style.css @@ -22,6 +22,9 @@ th { tr { white-space: nowrap; } +th.detail { + display: none; +} .shrink { padding-top: 0px !important; padding-bottom: 0px !important;