This website requires JavaScript.
Explore
Help
Sign In
root
/
bootstrap
mirror of
https://github.com/twbs/bootstrap.git
Watch
1
Star
0
Fork
You've already forked bootstrap
0
Code
Issues
Actions
10
Packages
Projects
Releases
Wiki
Activity
9fd339bdc8
bootstrap
/
docs
/
examples
/
navbar-top-fixed
/
navbar-top-fixed.css
6 lines
87 B
CSS
Raw
Normal View
History
Unescape
Escape
Normalize examples and update where relevant.
2016-10-19 22:45:00 +08:00
/* Show it is fixed to the top */
new fixed navbar example
2014-07-15 00:05:21 +08:00
body
{
add height to new navbar examples to show behavior
2014-10-27 18:07:25 +08:00
min-height
:
75rem
;
Normalize examples and update where relevant.
2016-10-19 22:45:00 +08:00
padding-top
:
4
.
5rem
;
new fixed navbar example
2014-07-15 00:05:21 +08:00
}