diff options
| author | Lipis <[email protected]> | 2013-09-19 20:48:16 +0200 |
|---|---|---|
| committer | Lipis <[email protected]> | 2013-09-19 20:48:16 +0200 |
| commit | 7823136a797f199ff77c022873d9a1091e4c2d8d (patch) | |
| tree | 93c6571a24e765cb9207feaae71209fe227ff171 | |
| parent | abad169f4beff8f2ee1f49074eb2df82f477b5db (diff) | |
| download | bootstrap-7823136a797f199ff77c022873d9a1091e4c2d8d.tar.xz bootstrap-7823136a797f199ff77c022873d9a1091e4c2d8d.zip | |
Removed the unnecessary override and the !important from .wrap
In the sticky footer example there were some weird stuff..
| -rw-r--r-- | examples/sticky-footer/sticky-footer.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/sticky-footer/sticky-footer.css b/examples/sticky-footer/sticky-footer.css index 45be6ccbc..db69addbb 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 +} |
