From: Mark Otto Date: Tue, 20 Jan 2015 00:11:29 +0000 (-0800) Subject: fix quick floats example X-Git-Tag: v4.0.0-alpha~394 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c7a0f00239f63d19d240a4d85432e162a02e71;p=thirdparty%2Fbootstrap.git fix quick floats example --- diff --git a/docs/components/helpers.md b/docs/components/helpers.md index 8976e05568..08e66b797f 100644 --- a/docs/components/helpers.md +++ b/docs/components/helpers.md @@ -63,8 +63,8 @@ Use a generic close icon for dismissing content like modals and alerts. **Be sur Float an element to the left or right with a class. `!important` is included to avoid specificity issues. Classes can also be used as mixins. {% example html %} -
...
-
...
+
Float left
+
Float right
{% endexample %} {% highlight scss %}