diff options
author | Steve Losh <steve@stevelosh.com> | 2009-01-30 23:53:09 -0500 |
---|---|---|
committer | Steve Losh <steve@stevelosh.com> | 2009-01-30 23:53:09 -0500 |
commit | 120720baf3ce09aacaddb82c0937af596aea62fe (patch) | |
tree | b65903b7b98883114b72efda855aebec6f51d19c /static/style | |
parent | 012817b8ed9c47354fe3b1e7657b82bcda4e77a4 (diff) | |
download | bugseverywhere-120720baf3ce09aacaddb82c0937af596aea62fe.tar.gz |
Implemented the status filter.
Diffstat (limited to 'static/style')
-rw-r--r-- | static/style/cfbe.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |