NIHVIVO-2449 On individual list page, display preferredTitle with fallback to mostSpecificTypes. Don't show mostSpecificTypes that are the same as the type being displayed on the page, to avoid redundancy.
This commit is contained in:
parent
d6112ea52a
commit
faa9b35399
9 changed files with 68 additions and 27 deletions
|
@ -44,4 +44,11 @@
|
|||
}
|
||||
.individualList li a {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.individualList .display-title {
|
||||
font-size: .825em;
|
||||
color: #5e6363;
|
||||
border-left: 1px solid #A6B1B0;
|
||||
padding-left: .35em;
|
||||
padding-right: .35em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue