@@ -2166,6 +2166,10 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2166,6 +2166,10 @@ For example, <code><section></code> should be wrapped as inline.
float: left !important;
float: left !important;
}
}
{% endhighlight %}
{% endhighlight %}
<divclass="bs-callout bs-callout-warning">
<h4>Not for use in navbars</h4>
<p>To left-align components in navbars, use <code>.navbar-left</code> instead. <ahref="../components/#navbar-component-alignment">See the navbar docs</a> for details.</p>
</div>
<h3>.pull-right</h3>
<h3>.pull-right</h3>
<p>Float an element right with a class. Can also be used as a mixin.</p>
<p>Float an element right with a class. Can also be used as a mixin.</p>
...
@@ -2177,6 +2181,10 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2177,6 +2181,10 @@ For example, <code><section></code> should be wrapped as inline.
float: right !important;
float: right !important;
}
}
{% endhighlight %}
{% endhighlight %}
<divclass="bs-callout bs-callout-warning">
<h4>Not for use in navbars</h4>
<p>To right-align components in navbars, use <code>.navbar-right</code> instead. <ahref="../components/#navbar-component-alignment">See the navbar docs</a> for details.</p>
</div>
<h3>.clearfix</h3>
<h3>.clearfix</h3>
<p>Clear the <code>float</code> on any element. Utilizes <ahref="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher. Can also be used as a mixin.</p>
<p>Clear the <code>float</code> on any element. Utilizes <ahref="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher. Can also be used as a mixin.</p>