From: Chris Rebert Date: Fri, 21 Aug 2015 04:57:49 +0000 (-0700) Subject: Breadcrumb docs: Add MDN CSS doc links X-Git-Tag: v4.0.0-alpha.2~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39d9a7941bf8537281bc7177e21f843eaa291a3;p=thirdparty%2Fbootstrap.git Breadcrumb docs: Add MDN CSS doc links --- diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 8dd4fb27cc..bfd7ef1b61 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 %}