Styling of search term on search results page

This commit is contained in:
rjy7 2010-08-27 19:30:45 +00:00
parent b58b2b4b34
commit e2dae6baf8

View file

@ -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;
}