Incorrect views pagination main tag.

http://getbootstrap.com/components/#pagination

Now:
<div class="text-center">...

We lost:

nav.text-center {
    clear: both;
}

Must be:
<nav class="text-center">...

Comments

anikitin35 created an issue. See original summary.

markhalliwell’s picture

Status: Needs work » Closed (won't fix)

The text-center class has always been on the wrapping div, not the pager itself.