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