]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Same fix for the navbar example of sticky footer 10729/head
authorLipis <lipiridis@gmail.com>
Thu, 19 Sep 2013 18:49:16 +0000 (20:49 +0200)
committerLipis <lipiridis@gmail.com>
Thu, 19 Sep 2013 18:49:16 +0000 (20:49 +0200)
examples/sticky-footer-navbar/sticky-footer-navbar.css

index 6978a99972087adc134d4828bdffbb965c00e032..4869de0e60a2be6d1ddaef2476b84d26c693bf6f 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 */
@@ -43,4 +42,4 @@ body {
 
 code {
   font-size: 80%;
-}
\ No newline at end of file
+}