]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Clarify in breadcrumbs docs that a .current class is not needed by default, closes...
authorGeoff Kimball <geoff@zurb.com>
Tue, 24 Nov 2015 23:39:07 +0000 (15:39 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 24 Nov 2015 23:39:07 +0000 (15:39 -0800)
docs/pages/breadcrumbs.md

index f3c013b108dcfd15ce339d919f2283b9dc67e3c8..7d822c3b91af081af3678bf2cd4604b1b741be1b 100644 (file)
@@ -6,7 +6,7 @@ sass: scss/components/_breadcrumbs.scss
 
 To make a set of breadcrumb links, just add the class `.breadcrumbs` to a `<ul>`, and then add links instead of `<li>` elements.
 
-The current page doesn't require a link, but you should add some explanatory text for AT that indicates which item is the current page.
+The current page doesn't require a link or a class, but you should add some explanatory text for AT that indicates which item is the current page.
 
 To mark a disabled item, add the class `.disabled` to the `<li>`, and just use plain text instead of a link.