Assignment of CSS classes to the upper and lower pagination bars in the Default Contributions View template is incosistent:
Upper bar:
<p class="barRight"> ... <span class="WGProfile_pagination">...</span> <span class="WGProfile_messagerpp">...</span></p>
Lower bar:
<p class="bar"> ... <span class="WGProfile_pagination">...</span> <span class="messagerpp">...</span></p>
I assume, they are both meant to be like
<p class="bar"> ... <span class="WGProfile_pagination">...</span> <span class="WGProfile_messagerpp">...</span></p>