1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

update rest of docs, remove navbar specific modifiers, fix docs example css

This commit is contained in:
Mark Otto
2017-01-02 11:48:51 -08:00
parent 4dc6f44796
commit 20b05e42e3
5 changed files with 17 additions and 44 deletions

View File

@@ -173,35 +173,6 @@
}
// Navbar position
//
// Display the navbar across the entirety of the page or fixed it to the top or
// bottom of the page.
// Fix the top/bottom navbars when screen real estate supports it
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: $zindex-navbar-fixed;
}
.navbar-fixed-top {
top: 0;
}
.navbar-fixed-bottom {
bottom: 0;
}
.navbar-sticky-top {
position: sticky;
top: 0;
z-index: $zindex-navbar-sticky;
}
// Navbar themes
//
// Styles for switching between navbars with light or dark background.