aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-19 16:11:29 -0800
committerMark Otto <[email protected]>2015-01-19 16:11:29 -0800
commit29c7a0f00239f63d19d240a4d85432e162a02e71 (patch)
treec6aa98727d6972196422faaa2c928acdbeb8902a /docs/components
parentdfdb99c9894d3dcd3a0d3693a05576b99b96500c (diff)
downloadbootstrap-29c7a0f00239f63d19d240a4d85432e162a02e71.tar.xz
bootstrap-29c7a0f00239f63d19d240a4d85432e162a02e71.zip
fix quick floats example
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/helpers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/helpers.md b/docs/components/helpers.md
index 8976e0556..08e66b797 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 %}
-<div class="pull-left">...</div>
-<div class="pull-right">...</div>
+<div class="pull-left">Float left</div>
+<div class="pull-right">Float right</div>
{% endexample %}
{% highlight scss %}