diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 11:10:42 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-27 11:10:42 -0500 |
commit | 76d12bd65379d8345ec3e835b2c2e162c46b2f9d (patch) | |
tree | 3cd7aee566880b0e7b60a539348343c487bd40c0 /theme/css | |
parent | caa64508a7cb999ef915cec17452225e86286434 (diff) | |
download | fourisland-76d12bd65379d8345ec3e835b2c2e162c46b2f9d.tar.gz fourisland-76d12bd65379d8345ec3e835b2c2e162c46b2f9d.tar.bz2 fourisland-76d12bd65379d8345ec3e835b2c2e162c46b2f9d.zip |
Fixed night-cite coloring
The <CITE>s of bubbles were configured to be colored yellow at night, but it should only have been done for the blog, which has no background. This has been fixed.
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/night.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/css/night.css b/theme/css/night.css index 6502714..614cc79 100644 --- a/theme/css/night.css +++ b/theme/css/night.css | |||
@@ -11,6 +11,6 @@ body div#top-fade { | |||
11 | background-image: url(/theme/images/top_fade_night.png) !important; | 11 | background-image: url(/theme/images/top_fade_night.png) !important; |
12 | } | 12 | } |
13 | 13 | ||
14 | body div.bubble cite { | 14 | body.home div.bubble cite { |
15 | color: yellow; | 15 | color: yellow; |
16 | } | 16 | } |