diff options
| author | Richard Beales <[email protected]> | 2017-06-27 11:54:36 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-06-27 12:59:29 +0200 |
| commit | db732995cc15660a97705b6c7c025854c896002c (patch) | |
| tree | 275eaf1c3598be97b9fcaa621d94f25a62ad5dfd /docs | |
| parent | 0622a59897c2482a29a270d1b57956456783af3a (diff) | |
| download | bootstrap-db732995cc15660a97705b6c7c025854c896002c.tar.xz bootstrap-db732995cc15660a97705b6c7c025854c896002c.zip | |
Update migration.md to fix minor typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 225d54f7c..061f598a9 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -164,7 +164,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version The navbar has been entirely rewritten in flexbox with improved support for alignment, responsiveness, and customization. - Responsive navbar behaviors are now applied to the `.navbar` class via the **required** `.navbar-expand-{breakpoint}` where you choose where to collapse the navbar. Previously this was a Less variable modification and required recompiling. -- `.navbar-default` is now `.navbar-light`, though `.navbar-inverse` remains the same. **One of these is required on each navbar.** However, these classes no longer set `background-color`s; instead they essentiatlly only affect `color`. +- `.navbar-default` is now `.navbar-light`, though `.navbar-inverse` remains the same. **One of these is required on each navbar.** However, these classes no longer set `background-color`s; instead they essentially only affect `color`. - Navbars now require a background declaration of some kind. Choose from our background utilities (`.bg-*`) or set your own with the light/inverse classes above [for mad customization]({{ site.baseurl }}/docs/{{ site.docs_version }}/components/navbar/#color-schemes). - Given flexbox styles, navbars can now use flexbox utilities for easy alignment options. - `.navbar-toggle` is now `.navbar-toggler` and has different styles and inner markup (no more three `<span>`s). |
