]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Typo and added .secondary class.
authorNeil <n.biddie@ntlworld.com>
Sun, 13 Mar 2016 11:45:52 +0000 (11:45 +0000)
committerNeil <n.biddie@ntlworld.com>
Sun, 13 Mar 2016 11:45:52 +0000 (11:45 +0000)
docs/pages/progress-bar.md

index 73917c3d4c3b049f49f51fb946a8ad3f1966554a..6dea43ac0731fa891cc4c6eb6bb8dd21ea2e8965 100644 (file)
@@ -35,7 +35,7 @@ Add a `width` CSS property to the inner meter to fill the progress bar.
 
 ## Colors
 
-A progress bar can be styled with the `.success`, `.warning`, and `.alert` colors.
+A progress bar can be styled with the `.secondary`, `.success`, `.warning`, and `.alert` colors.
 
 ```html_example
 <div class="secondary progress" role="progressbar" tabindex="0" aria-valuenow="25" aria-valuemin="0" aria-valuetext="25 percent" aria-valuemax="100">
@@ -98,7 +98,7 @@ The `<progress>` element can be styled with the same coloring classes: `.seconda
 
 ## Native Meter
 
-For the *extra* adventurous developers out there, we also provide styles for the `<meter>` element. What's the difference? `<progress>` represents a value that changes over time, like storage capacity. `<meter>` represents a value that fluctates around some optimum value. It also has *no* support in Internet Explorer, Mobile Safari, or Android 2. [View `<meter>` element support.](http://caniuse.com/#search=meter)
+For the *extra* adventurous developers out there, we also provide styles for the `<meter>` element. What's the difference? `<progress>` represents a value that changes over time, like storage capacity. `<meter>` represents a value that fluctuates around some optimum value. It also has *no* support in Internet Explorer, Mobile Safari, or Android 2. [View `<meter>` element support.](http://caniuse.com/#search=meter)
 
 If you're using the Sass version of Foundation, add this line to your main Sass file to export the `<meter>` CSS: