vivo/themes/vivo-basic/css/search.css

33 lines
583 B
CSS
Raw Normal View History

/* $This file is distributed under the terms of the license in /doc/license.txt$ */
/*************************************************
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;
}