Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple elements with pagination class #17

Open
amnesia7 opened this issue Nov 9, 2013 · 1 comment
Open

Multiple elements with pagination class #17

amnesia7 opened this issue Nov 9, 2013 · 1 comment

Comments

@amnesia7
Copy link

amnesia7 commented Nov 9, 2013

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

flaneur2020 added a commit to flaneur2020/bootstrap-will_paginate that referenced this issue Feb 7, 2014
flaneur2020 added a commit to flaneur2020/bootstrap-will_paginate that referenced this issue Feb 7, 2014
@kasparsj
Copy link

kasparsj commented Jul 6, 2017

getting same error...

kasparsj added a commit to kasparsj/bootstrap-will_paginate that referenced this issue Jul 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants