]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove `.info` class name 10993/head
authorOsman Gormus <osman@gorm.us>
Wed, 28 Feb 2018 19:07:58 +0000 (11:07 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2018 19:07:58 +0000 (11:07 -0800)
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`.

docs/pages/label.md

index 527c6a82c5c9e8688258eae67aad96156caa21ce..d20d62b56cf9e159d09e59d0ea6a3d3c9388839e 100644 (file)
@@ -116,5 +116,5 @@ An icon can be dropped into a label just fine. We're using the [Foundation icon
 ```html_example
 <span class="label alert"><i class="fi-x-circle"></i> Alert Label</span>
 <span class="label warning"><i class="fi-x"></i> Warning Label</span>
-<span class="label info"><i class="fi-widget"></i> Info Label</span>
+<span class="label"><i class="fi-widget"></i> Default Label</span>
 ```