Orange-OpenSource/Orange-Boosted-Bootstrap

Docs: revamp `.bd-navbar` and `.bd-header`

julien-deramond opened this issue · 0 comments

Description

While working on f9c77d7 we spotted a discrepancy between Boosted and Bootstrap.

Bootstrap uses .bd-navbar to style <header> while we are using .bd-navbar for the collapse elements with the main header. On the other hand, we had to introduce a .bd-header.

In this issue, let's use .bd-navbar as Bootstrap:

  • move the content of .bd-header within .bd-navbar and use .bd-navbar for the <header>
  • create new .bd-* classes for the collapse elements and rework the content of .bd-navbar CSS part