mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Same fix for the navbar example of sticky footer
This commit is contained in:
parent
7823136a79
commit
c6eca2c9ca
@ -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%;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user