twbs--bootstrap/js
Geremia Taglialatela db44e4b311 Update nav and navbar HTML markup
According to the docs, you just need to apply the `navbar-nav` to an
`<ul>` tag in a list-based navbar. In fact, `navbar-nav` seems to
override all the css properties set by `nav`.

Also, `nav-item` class should be used only for `<li>` tags, or in
conjunction with `<a>` tags to entirely avoid the list-based approach.

This commit removes the redundant `nav` class from `navbar-nav` `<ul>`
tags, moves `nav-item` from `<a>` tags to `<li>` tags and properly
adds `nav-item` class to `<li>` tags where missing.

Refs:

* https://v4-alpha.getbootstrap.com/components/navs/
* https://v4-alpha.getbootstrap.com/components/navbar/#nav
2017-05-27 15:21:49 -07:00
..
dist build 2017-05-26 20:20:10 -07:00
src Placement auto for popovers 2017-05-24 14:57:40 +02:00
tests Update nav and navbar HTML markup 2017-05-27 15:21:49 -07:00
.eslintrc.json More minor build tweaks and docs updates. 2017-04-21 21:08:40 +10:00