From 89b03d84bca6b65cf9afed3c5e2f614c23294a57 Mon Sep 17 00:00:00 2001 From: Israel Basurto Date: Sat, 24 Mar 2012 13:22:11 +0100 Subject: Add tag filter on the web interface --- interfaces/web/static/style/cfbe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interfaces/web/static/style/cfbe.css') diff --git a/interfaces/web/static/style/cfbe.css b/interfaces/web/static/style/cfbe.css index c5f726e..2d7b90b 100644 --- a/interfaces/web/static/style/cfbe.css +++ b/interfaces/web/static/style/cfbe.css @@ -106,7 +106,7 @@ tr.stripe { background-color: #fcecf8; } -div#assignees, div#targets { +div#assignees, div#targets, div#tags { display: none; } -- cgit