I need to centralize a pagination of results using Bootstrap v2.1.0, already tried to put the text-align in the div but also did not give. This is the code I'm using:
<div class="row-fluid">
<div id="div_paginacao" class="span12">
<ul class='pagination pagination-centered'><li><!-- páginas --></li></ul>
</div>
</div>
I have also tried to put other spans above and below the "div_pagination" div but also did not. In fact it even gave, but when resizing the page, the spacing does not decrease.