mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix spelling as pointed out by @jodytate that got nuked in the merge
This commit is contained in:
parent
0c25546e1c
commit
bcb6dd5ee6
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ title: Sticky footer with navbar template
|
|||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
/* Negative indent footer by it's height */
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -60px;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ title: Sticky footer template
|
|||
min-height: 100%;
|
||||
height: auto !important;
|
||||
height: 100%;
|
||||
/* Negative indent footer by it's height */
|
||||
/* Negative indent footer by its height */
|
||||
margin: 0 auto -60px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue