mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
fix quick floats example
This commit is contained in:
parent
dfdb99c989
commit
29c7a0f002
@ -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.
|
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 %}
|
{% example html %}
|
||||||
<div class="pull-left">...</div>
|
<div class="pull-left">Float left</div>
|
||||||
<div class="pull-right">...</div>
|
<div class="pull-right">Float right</div>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user