From 1d98281253bc22dc8f2391de96f2b1717f79cfab Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 2 Jan 2009 00:03:54 -0500 Subject: Fixed some night bugs in Layout 6.1 --- theme/css/ie.css | 4 ---- theme/css/night.css | 14 -------------- theme/images/fourisland_header_night.png | Bin 19678 -> 0 bytes 3 files changed, 18 deletions(-) delete mode 100755 theme/images/fourisland_header_night.png 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 @@ -div#top-fade { - display: none; -} - body * { overflow: hidden; } 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 { background-color: black; background-image: url(/theme/images/backgrounds/island6night.PNG); } - -body div#banner { - background-image: url("/theme/images/fourisland_header_night.png") !important; -} - -body div#top-fade { - background-image: url(/theme/images/top_fade_night.png) !important; -} - -body.home div.bubble cite, -body.quotes div#content p, -body.quotes cite { - color: yellow; -} diff --git a/theme/images/fourisland_header_night.png b/theme/images/fourisland_header_night.png deleted file mode 100755 index 25502a0..0000000 Binary files a/theme/images/fourisland_header_night.png and /dev/null differ -- cgit 1.4.1