From: Lloyd Hobden Date: Sat, 30 Aug 2014 08:15:06 +0000 (+0100) Subject: Fix typos in settings comments X-Git-Tag: v5.4.3~30^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5715%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix typos in settings comments --- diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 597105074..8cb167f61 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -705,7 +705,7 @@ $include-html-global-classes: $include-html-classes; // We use this to control the list items // $inline-list-display: block; -// We use this to control any elments within list items +// We use this to control any elements within list items // $inline-list-children-display: block; // 14. Joyride @@ -721,7 +721,7 @@ $include-html-global-classes: $include-html-classes; // $joyride-tip-radius: 4px; // $joyride-tip-position-offset: 22px; -// Here, we're setting the tip dont styles +// Here, we're setting the tip font styles // $joyride-tip-font-color: $white; // $joyride-tip-font-size: rem-calc(14); // $joyride-tip-header-weight: $font-weight-bold; @@ -1042,7 +1042,7 @@ $include-html-global-classes: $include-html-classes; // $include-html-range-slider-classes: $include-html-classes; -// These variabels define the slider bar styles +// These variables define the slider bar styles // $range-slider-bar-width: 100%; // $range-slider-bar-height: rem-calc(16); @@ -1057,7 +1057,7 @@ $include-html-global-classes: $include-html-classes; // $range-slider-vertical-bar-width: rem-calc(16); // $range-slider-vertical-bar-height: rem-calc(200); -// These variabels define the slider handle styles +// These variables define the slider handle styles // $range-slider-handle-width: rem-calc(32); // $range-slider-handle-height: rem-calc(22); // $range-slider-handle-position-top: rem-calc(-5);