Created by: awinny
Added support for RTL mentioned in following support issue: https://github.com/twbs/bootstrap/issues/16419 Integrated this fix as a part of the general structure rather than a override on top on the existing structure. This changes behavior of columns, navbar and other components rendering elements using float rules. These will now instead be aligned using display: inline-block and block making it more easy to handle and to understand.