From: Mark Otto Date: Mon, 2 Jan 2017 19:48:05 +0000 (-0800) Subject: update docs and examples to use new utils X-Git-Tag: v4.0.0-alpha.6~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dc6f44796c2b73d40f72fff0f809cc3f87b7343;p=thirdparty%2Fbootstrap.git update docs and examples to use new utils --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index ea4245b462..5c6f951983 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -401,7 +401,7 @@ When the container is within your navbar, its horizontal padding is removed at b ## Placement -Navbars can be statically placed (their default behavior), static without rounded corners, or fixed to the top or bottom of the viewport. +Use our position utilities to place navbars in non-static positions. Choose from fixed to the top, fixed to the bottom, or stickied to the top. **Note that `position: sticky`, used for `.sticky-top`, isn't fully supported in every browser.** {% example html %}