From bc2554cbfb083b80d6f53ddaa41f42ade791e6bc Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 17 Dec 2019 19:56:54 -0800 Subject: [PATCH] Remove comment from css --- inquisitor/resources/feed.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inquisitor/resources/feed.css b/inquisitor/resources/feed.css index b533f0f..0e21d9a 100644 --- a/inquisitor/resources/feed.css +++ b/inquisitor/resources/feed.css @@ -44,7 +44,7 @@ summary:focus { pre { white-space: pre-wrap; } -table.feed-control td /*:nth-child(2), td:nth-child(3), td:nth-child(4)*/ { +table.feed-control td { font-family: monospace; padding: 5px 10px; -} \ No newline at end of file +}