From 8c372f3f1851b7a0be9bd9b17b3393e31a81b3b8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 26 Jan 2014 18:23:33 +0100 Subject: [PATCH] remove strange css definition for .wrap (tested with FF and chrome: no change in behaviour), fixes #110 note: these definitions come from some bootstrap docs or examples --- nsupdate/static/css/nsupdate.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/nsupdate/static/css/nsupdate.css b/nsupdate/static/css/nsupdate.css index 4835abc..573b8cc 100644 --- a/nsupdate/static/css/nsupdate.css +++ b/nsupdate/static/css/nsupdate.css @@ -9,8 +9,6 @@ html, body { .wrap { min-height: 100%; - height: auto !important; - height: 100%; /* Negative indent footer by its height */ margin: 0 auto -120px; /* Pad bottom by footer height */