Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
d95d30029f8d63190eb242c9914cee16b6b90627
d95d30029f8d63190eb242c9914cee16b6b90627
Switch branch/tag
bootstrap
..
navbar-fixed
navbar-top-fixed.css
Find file
Normal view
History
Permalink
navbar-top-fixed.css
87 Bytes
Newer
Older
Normalize examples and update where relevant.
Bardi Harborow
committed
8 years ago
1
/* Show it is fixed to the top */
new fixed navbar example
Mark Otto
committed
10 years ago
2
body
{
add height to new navbar examples to show behavior
Mark Otto
committed
10 years ago
3
min-height
:
75rem
;
Normalize examples and update where relevant.
Bardi Harborow
committed
8 years ago
4
padding-top
:
4.5rem
;
new fixed navbar example
Mark Otto
committed
10 years ago
5
}