summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-30 16:13:42 -0400
committerThomas Park <thomas@thomaspark.me>2013-10-30 16:13:42 -0400
commit48c64127b37be4a692a70cb7b38ed9744163582b (patch)
treedcf4b4b76612269a6b135c695861eca7e89a0cfa /bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css
parent620e501c3d804b1dc2c7d796d7ae378db5e1a040 (diff)
3.0.0 -> 3.0.1
Diffstat (limited to 'bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css')
-rwxr-xr-xbower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css b/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css
index 6978a999..4869de0e 100755
--- a/bower_components/bootstrap/examples/sticky-footer-navbar/sticky-footer-navbar.css
+++ b/bower_components/bootstrap/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
+}