From: Lipis Date: Thu, 19 Sep 2013 18:48:16 +0000 (+0200) Subject: Removed the unnecessary override and the !important from .wrap X-Git-Tag: v3.0.1~37^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7823136a797f199ff77c022873d9a1091e4c2d8d;p=thirdparty%2Fbootstrap.git Removed the unnecessary override and the !important from .wrap In the sticky footer example there were some weird stuff.. --- diff --git a/examples/sticky-footer/sticky-footer.css b/examples/sticky-footer/sticky-footer.css index 45be6ccbc1..db69addbb1 100644 --- a/examples/sticky-footer/sticky-footer.css +++ b/examples/sticky-footer/sticky-footer.css @@ -10,8 +10,7 @@ body { /* Wrapper for page content to push down footer */ #wrap { min-height: 100%; - height: auto !important; - height: 100%; + height: auto; /* Negative indent footer by its height */ margin: 0 auto -60px; /* Pad bottom by footer height */ @@ -36,4 +35,4 @@ body { } .container .credit { margin: 20px 0; -} \ No newline at end of file +}