Add previous and next links to search result paging. Small style changes.

This commit is contained in:
rjy7 2010-08-27 18:47:58 +00:00
parent 8890c74b98
commit 1e70c2c821

View file

@ -2,7 +2,31 @@
/*************************************************
vivo-basic theme: search result styles
vivo-basic theme: search results styles
**************************************************/
.searchhits li {
margin-top: .75em;
}
.pagingLink {
text-decoration: none;
margin-left: .25em;
margin-right: .25em;
}
.pagingLink:hover {
text-decoration: underline;
}
.pagingLink.prev {
margin-right: 1em;
text-decoration: underline;
}
.pagingLink.next {
margin-left: 1em;
text-decoration: underline;
}