summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-27 11:10:42 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 11:10:42 -0500
commit76d12bd65379d8345ec3e835b2c2e162c46b2f9d (patch)
tree3cd7aee566880b0e7b60a539348343c487bd40c0
parentcaa64508a7cb999ef915cec17452225e86286434 (diff)
downloadfourisland-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.
-rw-r--r--theme/css/night.css2
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
14body div.bubble cite { 14body.home div.bubble cite {
15 color: yellow; 15 color: yellow;
16} 16}