diff options
author | matthew <matthew> | 2009-04-01 18:42:02 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-04-01 18:42:02 +0000 |
commit | dd8297b8906a1eacada9a09221b4847ee8a7569d (patch) | |
tree | 7364f5df1fc16199824dbe63436bd025f0428d30 /web/css | |
parent | cf0e7c3d2157f5b76da9a383154b726c4557b1b7 (diff) |
Grey out dead councils on FMS all reports page, but still have it all working.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/css/main.css b/web/css/main.css index e7521af97..adba997ef 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -34,6 +34,11 @@ blockquote { background-color: #f3e5a5; } +.gone { + color: #666666; + background-color: #cccccc; +} + /* Site layout */ #header { |