yrgoldteeth / bootstrap-will_paginate

Format will_paginate html to match Twitter Bootstrap styling
MIT License
200 stars 46 forks source link

Multiple elements with pagination class #17

Open amnesia7 opened 11 years ago

amnesia7 commented 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.

Is this supposed to happen?

Thanks

Col

kasparsj commented 7 years ago

getting same error...