From b102f0aaa12d6ee2e9d08f06dd2aa0d64681e977 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 28 Jun 2010 11:21:41 +0200 Subject: [PATCH] deadfoxjunction: Remove an overflow. This used to be needed to prevent the "window" on the site from sticking out below, but it breaks on Internet Explorer and doesn't seem to be needed on Firefox anymore. --- static/deadfoxjunction/css/screen.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/static/deadfoxjunction/css/screen.css b/static/deadfoxjunction/css/screen.css index 7d8b57e..2cdaaaa 100644 --- a/static/deadfoxjunction/css/screen.css +++ b/static/deadfoxjunction/css/screen.css @@ -151,13 +151,6 @@ body { min-height: 400px; } -/* Crop #page, since due to the relative positioning stuff, the background - * image of #pagemiddle sticks out a few hundreds of pixels at the bottom. - * This is a bit of a hack, but well. */ -#page { - overflow: hidden; -} - #window { /* Keep the window away from the frame edges */ padding: 0 100px; -- 2.30.2