From b09f70e10154dcf3c67ba767deb28454af534785 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 6 Jan 2016 23:58:07 -0800 Subject: [PATCH] clear up and split out breadcrumb examples --- docs/components/breadcrumb.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/components/breadcrumb.md b/docs/components/breadcrumb.md index 204a60c81e..40d407ddc5 100644 --- a/docs/components/breadcrumb.md +++ b/docs/components/breadcrumb.md @@ -4,11 +4,7 @@ title: Breadcrumb 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). - -Works fine with or without the usage of list markup. +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). {% example html %} - - + {% endexample %} -- 2.47.2