diff options
| author | Lipis <[email protected]> | 2013-09-19 20:49:16 +0200 |
|---|---|---|
| committer | Lipis <[email protected]> | 2013-09-19 20:49:16 +0200 |
| commit | c6eca2c9ca8db3ece7c4492b15c25e0d677fa7a5 (patch) | |
| tree | 2012a71ad96dbee120d799ae645b89cb1a8fe0f1 | |
| parent | 7823136a797f199ff77c022873d9a1091e4c2d8d (diff) | |
| download | bootstrap-c6eca2c9ca8db3ece7c4492b15c25e0d677fa7a5.tar.xz bootstrap-c6eca2c9ca8db3ece7c4492b15c25e0d677fa7a5.zip | |
Same fix for the navbar example of sticky footer
| -rw-r--r-- | examples/sticky-footer-navbar/sticky-footer-navbar.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/sticky-footer-navbar/sticky-footer-navbar.css b/examples/sticky-footer-navbar/sticky-footer-navbar.css index 6978a9997..4869de0e6 100644 --- a/examples/sticky-footer-navbar/sticky-footer-navbar.css +++ b/examples/sticky-footer-navbar/sticky-footer-navbar.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 */ @@ -43,4 +42,4 @@ body { code { font-size: 80%; -}
\ No newline at end of file +} |
