2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00
Files
bootstrap/examples/navbar-fixed-top/navbar-fixed-top.css
T
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

5 lines
52 B
CSS

body {
min-height: 2000px;
padding-top: 70px;
}