Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2015-03-11 22:50:00 +0300
committerMark Otto <markdotto@gmail.com>2015-03-11 22:50:00 +0300
commit321c3b66bb6e815e8c7e19f5ee7fc8b854fefead (patch)
tree61560b79f1c330fd727b9c55c2d4006fdf76d2fc /docs/migration.md
parentf36aa15bd008ae546e4cbd863801961ab26d23b1 (diff)
more migration content
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index f699cdc3c9..2c790d33ec 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -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`.