From: David Ollerhead Date: Fri, 28 Mar 2014 16:37:46 +0000 (+0000) Subject: Correcting Progress Bar Typo X-Git-Tag: v5.2.2~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4821%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Correcting Progress Bar Typo --- diff --git a/doc/includes/examples_progress_variables.html b/doc/includes/examples_progress_variables.html index e22dd39d6..9672005d2 100644 --- a/doc/includes/examples_progress_variables.html +++ b/doc/includes/examples_progress_variables.html @@ -2,7 +2,7 @@ ```scss $include-html-media-classes: $include-html-classes; -// We use this to se the prog bar height +// We use this to set the prog bar height $progress-bar-height: rem-calc(25); $progress-bar-color: transparent; @@ -22,4 +22,4 @@ $progress-meter-secondary-color: $secondary-color; $progress-meter-success-color: $success-color; $progress-meter-alert-color: $alert-color; ``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0a6197e44..5b7b0d453 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -852,7 +852,7 @@ // $include-html-media-classes: $include-html-classes; -// We use this to se the prog bar height +// We use this to set the prog bar height // $progress-bar-height: rem-calc(25); // $progress-bar-color: #f6f6f6 ;