Added page result pagination border.
This commit is contained in:
parent
78083c6c5b
commit
49d62fcfba
1 changed files with 11 additions and 1 deletions
|
@ -2525,11 +2525,14 @@ button.collapsible.metadataRubrics.active {
|
||||||
}
|
}
|
||||||
.excerptSearchResult {
|
.excerptSearchResult {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
font-family: "IPH Astra Serif";
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
.excerptSearchResult >a {
|
.excerptSearchResult >a {
|
||||||
font-family: IPH Astra Serif;
|
font-family: IPH Astra Serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-size: 1.2rem;
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
.excerptSearchResult >a:hover {
|
.excerptSearchResult >a:hover {
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
|
@ -2907,6 +2910,13 @@ span#searchHelp {
|
||||||
margin-left: 0.3em;
|
margin-left: 0.3em;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
}
|
}
|
||||||
|
p.snippet {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
.searchpages {
|
||||||
|
border-top: 1px solid #dde4e3;
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* FONTS --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Reference in a new issue