diff options
| author | Mark Otto <[email protected]> | 2017-05-27 23:01:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 23:01:14 -0700 |
| commit | c72cc98bd56fb50259c84a1fced38751009eb930 (patch) | |
| tree | f4da17ed9826234724c2db48421e744c003b9e1c /docs/components/breadcrumb.md | |
| parent | 5a3a356651f9ed0302ec4e4b629f1974caf26bc0 (diff) | |
| download | bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.tar.xz bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.zip | |
update components docs
Diffstat (limited to 'docs/components/breadcrumb.md')
| -rw-r--r-- | docs/components/breadcrumb.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 8beaa0ae4..eb286d847 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -1,11 +1,11 @@ --- layout: docs title: Breadcrumb -description: Indicate the current page's location within a navigational hierarchy. +description: Indicate the current page's location within a navigational hierarchy that automatically adds separators via CSS. group: components --- -Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). +Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). {% example html %} <ol class="breadcrumb"> |
