Merge pull request #21028 from judetucker/card_docs_float
Docs correction to change .pull to .float on Card docs
This commit is contained in:
commit
da6b5a0551
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ Card headers can be styled by adding `.card-header` to `<h*>` elements.
|
|||
|
||||
## Header nav
|
||||
|
||||
Use Bootstrap's nav pills or tabs within a card header. Be sure to always include a `.pull-*-*` utility class for proper alignment.
|
||||
Use Bootstrap's nav pills or tabs within a card header. Be sure to always include a `.float-*-*` utility class for proper alignment.
|
||||
|
||||
{% example html %}
|
||||
<div class="card text-xs-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue