diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-01 22:46:33 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-12-01 22:46:33 +0000 |
commit | 278aa38c3aa37f94c9927b54349ae1b53b7a17c9 (patch) | |
tree | ab78e4a1023100f95bedeb6720dcb4c767bb3c5f /beweb/beweb/static/css/style.css | |
parent | 21b01aa7795d374fa2bebfdccb45526091be51c1 (diff) | |
download | bugseverywhere-278aa38c3aa37f94c9927b54349ae1b53b7a17c9.tar.gz |
More web UI tweaks
Diffstat (limited to 'beweb/beweb/static/css/style.css')
-rw-r--r-- | beweb/beweb/static/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/beweb/beweb/static/css/style.css b/beweb/beweb/static/css/style.css index 9d9745e..6f43777 100644 --- a/beweb/beweb/static/css/style.css +++ b/beweb/beweb/static/css/style.css @@ -14,10 +14,7 @@ h1 margin-bottom:0; color: #990; } -tr.closed -{ - display: none -} + tr.closed td { background-color: #ccc; |