From: Neil Date: Sun, 13 Mar 2016 11:45:52 +0000 (+0000) Subject: Typo and added .secondary class. X-Git-Tag: v6.2.2-rc1~4^2~13^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6d30ae31986d5f469f218bc73c5a73d50e0784f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Typo and added .secondary class. --- diff --git a/docs/pages/progress-bar.md b/docs/pages/progress-bar.md index 73917c3d4..6dea43ac0 100644 --- a/docs/pages/progress-bar.md +++ b/docs/pages/progress-bar.md @@ -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
@@ -98,7 +98,7 @@ The `` 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 `` element. What's the difference? `` represents a value that changes over time, like storage capacity. `` represents a value that fluctates around some optimum value. It also has *no* support in Internet Explorer, Mobile Safari, or Android 2. [View `` element support.](http://caniuse.com/#search=meter) +For the *extra* adventurous developers out there, we also provide styles for the `` element. What's the difference? `` represents a value that changes over time, like storage capacity. `` represents a value that fluctuates around some optimum value. It also has *no* support in Internet Explorer, Mobile Safari, or Android 2. [View `` 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 `` CSS: