After upgrading from D5 to D6 it seems that the pager we use in a faceted_search view lost its layout. I'm not entirely sure, but it seems to be a theme-issue. I tried to look into the code, but, again, it seemed like the pager was themed by core and not anymore by the Ad_Novus theme, as before.

See http://drupal.org/files/pager.gif for the result.

CommentFileSizeAuthor
pager.gif87.25 KBeiland
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

komal.savla’s picture

Hi,

Add the following style in your .css file

.item-list ul.pager li {
margin: 0;
}

Thanks,
Komal