diff options
| author | Mark Otto <[email protected]> | 2016-10-27 11:51:06 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-27 11:51:06 -0700 |
| commit | da6b5a055123937b06960e39c27308214a9374bc (patch) | |
| tree | 1208ce798da8c175b21de0adbe7e0f2946cdbf87 /docs/components | |
| parent | 93ac9381be198c901fb26b1dbadfef88c66cee58 (diff) | |
| parent | 7cc086e2c1934fdf6dec5809f122f704e34e9892 (diff) | |
| download | bootstrap-da6b5a055123937b06960e39c27308214a9374bc.tar.xz bootstrap-da6b5a055123937b06960e39c27308214a9374bc.zip | |
Merge pull request #21028 from judetucker/card_docs_float
Docs correction to change .pull to .float on Card docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/card.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/card.md b/docs/components/card.md index be9846a30..1bb0866fe 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -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"> |
