From: Osman Gormus Date: Wed, 28 Feb 2018 19:07:58 +0000 (-0800) Subject: Remove `.info` class name X-Git-Tag: v6.6.0~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10993%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove `.info` class name The example suggest there is a `.info` class available for labels. However there is no definition for `.info` class, the demo is simply rendering the default `.label`. --- diff --git a/docs/pages/label.md b/docs/pages/label.md index 527c6a82c..d20d62b56 100644 --- a/docs/pages/label.md +++ b/docs/pages/label.md @@ -116,5 +116,5 @@ An icon can be dropped into a label just fine. We're using the [Foundation icon ```html_example Alert Label Warning Label - Info Label + Default Label ```