From 120720baf3ce09aacaddb82c0937af596aea62fe Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Fri, 30 Jan 2009 23:53:09 -0500 Subject: Implemented the status filter. --- static/style/cfbe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style/cfbe.css') diff --git a/static/style/cfbe.css b/static/style/cfbe.css index 3cd4241..ee699b4 100644 --- a/static/style/cfbe.css +++ b/static/style/cfbe.css @@ -30,4 +30,4 @@ table tr td, table tr th { padding: 0px 5px; line-height: 2.916em; } table { margin-bottom: 1.417em; } tr.stripe { background-color: #f5e5f0; } -div#assignees { display: none; } +div#assignees, div#targets { display: none; } -- cgit