#347 Rebase our HTML/CSS on fedora-bootstrap 1.0.3
Merged by abompard. Opened by abompard.
abompard/fedora-hubs refactor-html  into  develop

Download 347.patch

The version of fedora-bootstrap that we were carrying in the code was a very old one, and the documentation on https://v4-alpha.getbootstrap.com/ did not entirely apply, which made writing HTML/CSS in Hubs very error prone.
This PR rebases on our latest released version of fedora-bootstrap, which is pretty current with the online documentation (I did not find a difference yet).
Of course I also rebased the existing CSS classes throughout the code.

I've also refactored the HTML templates a bit to avoid unnecessary duplication.

The last commit also avoids a deprecation warning in React about PropTypes

Thanks for this. Totally prefer float-right

PropTypes is moved out of the core React?

Yeah, PropTypes has its own library now, you can see the deprecation warning in the browser console.

Good to merge :thumbsup:

Pull-Request has been merged by abompard

Thanks a lot Sayan! :thumbsup:

Metadata