OpenNTF / XPagesExtLibX

Apache License 2.0
5 stars 11 forks source link

pull-right & pull-left classes replaced in alpha.2 #7

Open briangleeson opened 8 years ago

briangleeson commented 8 years ago

The "pull-right" and "pull-left" CSS classes have been replaced with tiered responsive versions like "pull-xs-right", "pull-sm-right", etc. for the 5 device size breakpoints. We need to replace all usage of the old version with the new class names.

See this change in Bootstrap 4 alpha: https://github.com/twbs/bootstrap/pull/18340