From 96b4af1fea17f55b8fe63b58160c72a857ded386 Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 29 Sep 2013 00:08:26 +0200 Subject: [PATCH] Hide first item in combined table --- couchpotato/static/style/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/static/style/settings.css b/couchpotato/static/style/settings.css index 61d5239f..744531a9 100644 --- a/couchpotato/static/style/settings.css +++ b/couchpotato/static/style/settings.css @@ -542,7 +542,7 @@ line-height: 140%; cursor: help; } - .page .combined_table .head abbr.use, .page .combined_table .head abbr.automation_urls_use { + .page .combined_table .head abbr:first-child { display: none; } .page .combined_table .head abbr.host {