You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:.bd-header
within.bd-navbar
and use.bd-navbar
for the<header>
.bd-*
classes for the collapse elements and rework the content of.bd-navbar
CSS partThe text was updated successfully, but these errors were encountered: