deadfoxjunction: Remove an overflow.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 09:21:41 +0000 (11:21 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 28 Jun 2010 09:21:41 +0000 (11:21 +0200)
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

index 7d8b57e6ce7809ed2a5fe7955b9e3ba6234e4d98..2cdaaaa125b5bec96d982ffdec67e8d31c4efbbc 100644 (file)
@@ -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;