]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removed the unnecessary override and the !important from .wrap
authorLipis <lipiridis@gmail.com>
Thu, 19 Sep 2013 18:48:16 +0000 (20:48 +0200)
committerLipis <lipiridis@gmail.com>
Thu, 19 Sep 2013 18:48:16 +0000 (20:48 +0200)
In the sticky footer example there were some weird stuff..

examples/sticky-footer/sticky-footer.css

index 45be6ccbc19110d50339e6366d0f6ad79d407e9d..db69addbb1f7c017f35f4c21d70c88033a271218 100644 (file)
@@ -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
+}