diff options
| author | Chris Rebert <[email protected]> | 2015-08-20 21:57:49 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-08-20 21:57:49 -0700 |
| commit | e39d9a7941bf8537281bc7177e21f843eaa291a3 (patch) | |
| tree | 4bd18261929ad6c44b8e7e847ab6dd7c8144800a /docs | |
| parent | d2a26644048743aebcde033a35f01626bc5276fb (diff) | |
| download | bootstrap-e39d9a7941bf8537281bc7177e21f843eaa291a3.tar.xz bootstrap-e39d9a7941bf8537281bc7177e21f843eaa291a3.zip | |
Breadcrumb docs: Add MDN CSS doc links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/breadcrumb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 8dd4fb27c..bfd7ef1b6 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -6,7 +6,7 @@ group: components Indicate the current page's location within a navigational hierarchy. -Separators are automatically added in CSS through `:before` and `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"> |
