NIHVIVO-2449 Remove vitro:moniker from individual profile, and display preferredTitle instead, falling back to mostSpecificTypes.

This commit is contained in:
ryounes 2011-07-06 17:09:51 +00:00
parent 08f4ee8a5c
commit ceb4ba96e0
4 changed files with 15 additions and 9 deletions

View file

@ -39,7 +39,7 @@
#individual-intro h1 {
padding-bottom: 8px;
}
#individual-intro span.most-specific-type {
#individual-intro span.display-title {
padding-left: 10px;
margin-left: 10px;
}
@ -191,7 +191,7 @@ ul#additional-emails li {
#individual-info.withThumb {
width: 78%;
}
h1.fn .most-specific-type {
h1.fn .display-title {
padding-left: 10px;
margin-left: 10px;
}

View file

@ -52,7 +52,7 @@ div.searchTips li {
}
/* Search results */
.most-specific-type {
.display-title {
font-size: .825em;
color: #5e6363;
border-left: 1px solid #A6B1B0;
@ -60,5 +60,3 @@ div.searchTips li {
padding-right: .35em;
}
*/