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:
ryounes 2011-07-06 20:20:36 +00:00
parent d6112ea52a
commit faa9b35399
9 changed files with 68 additions and 27 deletions

View file

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