bootstrap/examples/navbar-static-top/navbar-static-top.css
Mark Otto 4d36992180 Fixed up examples more
* 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
2013-08-16 11:35:19 -07:00

7 lines
77 B
CSS

body {
min-height: 2000px;
}
.navbar-static-top {
margin-bottom: 19px;
}