bootstrap-paginator icon indicating copy to clipboard operation
bootstrap-paginator copied to clipboard

`alignment` is not supported with Bootstrap v3, is there a way to achieve this?

Open leftstick opened this issue 11 years ago • 1 comments

Better to have this parameter available for both Bootstrap v3 and v2

leftstick avatar Dec 10 '13 09:12 leftstick

You can wrap the div of the pager with text-center in Bootstrap v3

<div class="text-center">
    <ul class="pager"></ul>
</div>

phylib avatar Mar 11 '15 20:03 phylib