diff options
author | matthew <matthew> | 2009-05-27 15:19:56 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-05-27 15:19:56 +0000 |
commit | 8680a32e416fc2914e729fd5fa51a5972c81197f (patch) | |
tree | 755b259d2f0dabea7de1350eab1f102229ada0c4 /web/css/core.css | |
parent | e7c40bb211904b5e75d2c207f6cd0e3db28ce0f7 (diff) |
Move .gone so it appears everywhere.
Diffstat (limited to 'web/css/core.css')
-rw-r--r-- | web/css/core.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 9a8773c59..34d4d2405 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -39,6 +39,11 @@ dt { .v { display: none; } +.gone { + color: #666666; + background-color: #cccccc; +} + p#error { text-align: center; color: #cc0000; |