NIHVIVO-3143: Fixed display issues in individual foaf person pages

This commit is contained in:
manolobevia 2011-09-06 14:31:03 +00:00
parent aafddcddf8
commit 187ae268c8
2 changed files with 2 additions and 1 deletions

View file

@ -141,7 +141,7 @@ div.overview-value :last-child {
}
/* <------ INDIVIDUAL VISUALIZATION */
#visualization {
padding: 0 0 20px 20px;
padding: 0 0 40px 20px;
padding-top: 0;
float: right;
background-color: #fff;

View file

@ -1512,6 +1512,7 @@ article.property h3 {
padding: 10px 0 10px 20px;
margin: 0;
}
h2#preferredTitle .verbosePropertyListing,
h2#personInPosition .verbosePropertyListing,
h2#hasResearchArea .verbosePropertyListing {
display: block;