diff options
| author | Mark Otto <[email protected]> | 2015-01-19 16:11:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-19 16:11:29 -0800 |
| commit | 29c7a0f00239f63d19d240a4d85432e162a02e71 (patch) | |
| tree | c6aa98727d6972196422faaa2c928acdbeb8902a /docs | |
| parent | dfdb99c9894d3dcd3a0d3693a05576b99b96500c (diff) | |
| download | bootstrap-29c7a0f00239f63d19d240a4d85432e162a02e71.tar.xz bootstrap-29c7a0f00239f63d19d240a4d85432e162a02e71.zip | |
fix quick floats example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/helpers.md | 4 |
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 %} |
