Commit dfb6a679 authored by Mark Otto's avatar Mark Otto

audit helpers docs: quick floats

parent 9aa8239f
......@@ -78,18 +78,13 @@ Float an element to the left or right with a class. `!important` is included to
// Usage as mixins
.element {
.pull-left();
@include pull-left;
}
.another-element {
.pull-right();
@include pull-right;
}
{% endhighlight %}
<div class="bs-callout bs-callout-warning">
<h4>Not for use in navbars</h4>
<p>To align components in navbars with utility classes, use <code>.navbar-left</code> or <code>.navbar-right</code> instead. <a href="../components/#navbar-component-alignment">See the navbar docs</a> for details.</p>
</div>
### Center content blocks
Set an element to `display: block;` and center via `margin`. Available as a mixin and class.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment