Styling of search term on search results page
This commit is contained in:
parent
b58b2b4b34
commit
e2dae6baf8
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue