]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix for issue #12854 where push and pull resets 12863/head
authorSojaner <sojaner@gmail.com>
Thu, 27 Feb 2014 09:05:58 +0000 (12:35 +0330)
committerSojaner <sojaner@gmail.com>
Thu, 27 Feb 2014 09:05:58 +0000 (12:35 +0330)
commit77cd015cf001856e1530babfa47b013bd08ab2ad
tree91b229a37543a51b2f51e4ca75e78c830dc906e9
parent1e06cdff2f6eddbe8392ce7ac6e93c321e293804
Fix for issue #12854 where push and pull resets

The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
less/mixins.less