aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2009-05-27 15:19:56 +0000
committermatthew <matthew>2009-05-27 15:19:56 +0000
commit8680a32e416fc2914e729fd5fa51a5972c81197f (patch)
tree755b259d2f0dabea7de1350eab1f102229ada0c4
parente7c40bb211904b5e75d2c207f6cd0e3db28ce0f7 (diff)
Move .gone so it appears everywhere.
-rw-r--r--web/css/core.css5
-rw-r--r--web/css/main.css5
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 {