mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
4d36992180
* sticky footer side scrolling * static and fixed navbar more similar * min-height on static and fixed navbar examples to illustrate differences last two items fix #9702
7 lines
No EOL
77 B
CSS
7 lines
No EOL
77 B
CSS
body {
|
|
min-height: 2000px;
|
|
}
|
|
|
|
.navbar-static-top {
|
|
margin-bottom: 19px;
|
|
} |