From: Mark Otto Date: Sun, 6 Sep 2015 03:58:28 +0000 (-0700) Subject: Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it X-Git-Tag: v4.0.0-alpha.2~332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=584cfdd72b4afbb3c2e21e83bb8109f7881511a0;p=thirdparty%2Fbootstrap.git Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 0c8be6fffe..4991c6d50f 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -163,7 +163,13 @@ Although it's not required, you can wrap a navbar in a `.container` to center it ## Placement -Navbars can be statically placed (their default behavior), or fixed to the top or bottom of the viewport. +Navbars can be statically placed (their default behavior), static without rounded corners, or fixed to the top or bottom of the viewport. + +{% example html %} + +{% endexample %} {% example html %}