From 3f94ee9c90a908a6be77b0591dd074a58cc8d88b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 16:36:55 -0800 Subject: [PATCH 01/18] consistent punctuation it's important, yo --- docs/components/navbar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index d2553de798..b0ad95ab9f 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -28,8 +28,8 @@ Read on for an example and list of supported sub-components. Navbars come with built-in support for a handful of sub-components. Choose from the following as needed: -- `.navbar-brand` for your company, product, or project name -- `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns) +- `.navbar-brand` for your company, product, or project name. +- `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns). - `.navbar-toggler` for use with our collapse plugin and other [navigation toggling](#collapsible-content) behaviors. - Inline forms with `.float-` utilities for form controls and components. - `.navbar-text` for adding vertically centered strings of text. From 1191938886d28abde48bd348922b85eadd76f009 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Dec 2016 16:37:04 -0800 Subject: [PATCH 02/18] better describe example --- docs/components/navbar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/navbar.md b/docs/components/navbar.md index b0ad95ab9f..4248e46d6b 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -36,7 +36,7 @@ Navbars come with built-in support for a handful of sub-components. Choose from - `.form-inline` for form controls and more. - `.collapse.navbar-collapse` for grouping and hiding navbar contents by a parent breakpoint. -Here's an example of all the sub-components included in a responsive light-themed navbar. +Here's an example of all the sub-components included in a responsive light-themed navbar that automatically collapses at the `md` (medium) breakpoint. {% example html %} -