Open amnesia7 opened 11 years ago
I'm getting the following html output:
<div class="pagination"> <ul class="pagination"> <li class="prev previous_page disabled"><a href="#">«</a></li> ... <li class="next next_page "><a rel="next" href="/users?page=2">»</a></li> </ul> </div>
but with bootstrap 3 this is causing a huge gap around the pagination because of the nested elements with the pagination class applied so they are both getting a 20px top and bottom margin.
pagination
Is this supposed to happen?
Thanks
Col
getting same error...
I'm getting the following html output:
but with bootstrap 3 this is causing a huge gap around the pagination because of the nested elements with the
pagination
class applied so they are both getting a 20px top and bottom margin.Is this supposed to happen?
Thanks
Col