Good work! But I have one little suggest...
If we have many pages in thread(more than 50), then pagination links at the end(links to: +10, +50, +100 and to last pages) looks terribly(they don`t have at least one px`s of horizontal padding). So... my suggest its add to additional.css next rules:
=================================
.jb_pagination_container > span > a {
margin: 2px;
padding: 5px;
min-width: 15px;
}
.jb_pagination_container > span > a:hover {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #eaeaea;
text-decoration: none !important;
}
=================================
|