mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
more migration content
This commit is contained in:
parent
f36aa15bd0
commit
321c3b66bb
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ This table shows the style changes between v3.x.x and v4.0.0.
|
|||
- Changed `.table-condensed` to `.table-sm` for consistency.
|
||||
- Added a new `.table-inverse` option.
|
||||
|
||||
### Navs
|
||||
|
||||
- Dropped nearly all `>` selectors for simpler styling via un-nested classes.
|
||||
- Instead of HTML-specific selectors like `.nav > li > a`, we use separate classes for `.nav`s, `.nav-item`s, and `.nav-link`s. This makes your HTML more flexible while bringing along increased extensibility.
|
||||
|
||||
### Pager
|
||||
|
||||
- Changed `.previous` and `.next` to `.pager-prev` and `.pager-next`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue