diff options
-rw-r--r-- | web/css/core.css | 5 | ||||
-rw-r--r-- | web/css/main.css | 5 |
2 files changed, 5 insertions, 5 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; diff --git a/web/css/main.css b/web/css/main.css index adba997ef..e7521af97 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -34,11 +34,6 @@ blockquote { background-color: #f3e5a5; } -.gone { - color: #666666; - background-color: #cccccc; -} - /* Site layout */ #header { |