mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01: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
77 B
CSS
7 lines
77 B
CSS
body {
|
|
min-height: 2000px;
|
|
}
|
|
|
|
.navbar-static-top {
|
|
margin-bottom: 19px;
|
|
} |