summary refs log tree commit diff stats
path: root/theme/css/night.css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-27 10:11:20 -0500
commitb9230a6e91d1d4b14dce52bed71bc0a360a8f5d4 (patch)
tree87983a20708360c3c257975951acbb1d949b7825 /theme/css/night.css
parentd382b04ad907041be4dd97dd50b8b12abe68eb53 (diff)
downloadfourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.gz
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.tar.bz2
fourisland-b9230a6e91d1d4b14dce52bed71bc0a360a8f5d4.zip
Removed unnesscary Quotes CSS
Diffstat (limited to 'theme/css/night.css')
-rw-r--r--theme/css/night.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/theme/css/night.css b/theme/css/night.css index e46d200..6502714 100644 --- a/theme/css/night.css +++ b/theme/css/night.css
@@ -10,3 +10,7 @@ body div#banner {
10body div#top-fade { 10body 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
14body div.bubble cite {
15 color: yellow;
16}