summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/examples/sticky-footer/sticky-footer.css')
-rwxr-xr-xbower_components/bootstrap/examples/sticky-footer/sticky-footer.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css b/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css
index 45be6ccb..db69addb 100755
--- a/bower_components/bootstrap/examples/sticky-footer/sticky-footer.css
+++ b/bower_components/bootstrap/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
+}