From 29c7a0f00239f63d19d240a4d85432e162a02e71 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Jan 2015 16:11:29 -0800 Subject: [PATCH] fix quick floats example --- docs/components/helpers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}