diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-02 00:03:54 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-02 00:03:54 -0500 |
commit | 1d98281253bc22dc8f2391de96f2b1717f79cfab (patch) | |
tree | 2bc34fd9e76b9e418a72dc6dd44fe96053929a4e | |
parent | 8dc88941439ab6bfd7ed8018a69b22ee5a60fde5 (diff) | |
download | fourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.tar.gz fourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.tar.bz2 fourisland-1d98281253bc22dc8f2391de96f2b1717f79cfab.zip |
Fixed some night bugs in Layout 6.1
-rw-r--r-- | theme/css/ie.css | 4 | ||||
-rwxr-xr-x | theme/css/night.css | 14 | ||||
-rwxr-xr-x | theme/images/fourisland_header_night.png | bin | 19678 -> 0 bytes |
3 files changed, 0 insertions, 18 deletions
diff --git a/theme/css/ie.css b/theme/css/ie.css index bdf6d92..0537b43 100644 --- a/theme/css/ie.css +++ b/theme/css/ie.css | |||
@@ -1,7 +1,3 @@ | |||
1 | div#top-fade { | ||
2 | display: none; | ||
3 | } | ||
4 | |||
5 | body * { | 1 | body * { |
6 | overflow: hidden; | 2 | overflow: hidden; |
7 | } | 3 | } |
diff --git a/theme/css/night.css b/theme/css/night.css index fba4758..e97ac71 100755 --- a/theme/css/night.css +++ b/theme/css/night.css | |||
@@ -2,17 +2,3 @@ body { | |||
2 | background-color: black; | 2 | background-color: black; |
3 | background-image: url(/theme/images/backgrounds/island6night.PNG); | 3 | background-image: url(/theme/images/backgrounds/island6night.PNG); |
4 | } | 4 | } |
5 | |||
6 | body div#banner { | ||
7 | background-image: url("/theme/images/fourisland_header_night.png") !important; | ||
8 | } | ||
9 | |||
10 | body div#top-fade { | ||
11 | background-image: url(/theme/images/top_fade_night.png) !important; | ||
12 | } | ||
13 | |||
14 | body.home div.bubble cite, | ||
15 | body.quotes div#content p, | ||
16 | body.quotes cite { | ||
17 | color: yellow; | ||
18 | } | ||
diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png deleted file mode 100755 index 25502a0..0000000 --- a/theme/images/fourisland_header_night.png +++ /dev/null | |||
Binary files differ | |||