diff --git a/themes/vivo-basic/css/search.css b/themes/vivo-basic/css/search.css index 12ee0456..9a37546d 100644 --- a/themes/vivo-basic/css/search.css +++ b/themes/vivo-basic/css/search.css @@ -6,14 +6,27 @@ **************************************************/ +/***** Class and subclass refinement links *****/ + .searchTOC { margin-bottom: 1.5em; } + +/***** Search results *****/ + .searchhits li { margin-top: 1em; } +span.SearchTerm, h1 span.SearchTerm, a:link span.SearchTerm, a:visited span.SearchTerm { + font-weight: bold; + color: #7D7D7D; +} + + +/***** Paging links *****/ + .searchpages { margin-top: 2em; }