From 20b05e42e33bea09e0632d607e70bcf9552b8d65 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 2 Jan 2017 11:48:51 -0800 Subject: update rest of docs, remove navbar specific modifiers, fix docs example css --- scss/_navbar.scss | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'scss/_navbar.scss') diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 8448df47b..9be577db5 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -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. -- cgit v1.2.3