From: Dave Date: Fri, 26 May 2017 17:52:15 +0000 (-0700) Subject: Update progress.md to reflect setting height on .progress X-Git-Tag: v4.0.0-beta.2~432 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a2231d55b3d1ab2b4e9cad5a98328133b4dbfce;p=thirdparty%2Fbootstrap.git Update progress.md to reflect setting height on .progress --- diff --git a/docs/4.0/components/progress.md b/docs/4.0/components/progress.md index 4cbc333aaf..07217d939b 100644 --- a/docs/4.0/components/progress.md +++ b/docs/4.0/components/progress.md @@ -55,14 +55,14 @@ Add labels to your progress bars by placing text within the `.progress-bar`. ## Height -We only set a `height` value on the `.progress-bar`, so if you change that value the outer `.progress` will automatically resize accordingly. +We only set a `height` value on the `.progress`, so if you change that value the inner `.progress-bar` will automatically resize accordingly. {% example html %} -
-
+
+
-
-
+
+
{% endexample %}