NIHVIVO-1315: Changed id selector "left-side" to "share-contact"

This commit is contained in:
mb863 2011-01-06 16:51:44 +00:00
parent 5c2ae2f064
commit 5929c82c22
2 changed files with 3 additions and 3 deletions

View file

@ -85,13 +85,13 @@ div.bottom{
margin-bottom: 30px;
}
/* <------ INDIVIDUAL INTRO LEFT CONTENT */
#left-side{
#share-contact{
width: 166px;
float: left;
padding-left: 0.5em;
padding-right: 1.5em;
}
#left-side img.individual-photo2{
#share-contact img.individual-photo2{
width: 160px;
height: 160px;
float: left;

View file

@ -17,7 +17,7 @@
<#assign propertyGroups = individual.propertyList>
<section id="individual-intro" class="vcard" role="region">
<section id="left-side" role="region">
<section id="share-contact" role="region">
<#-- Thumbnail -->
<#if individual.thumbUrl??>
<a href="${individual.imageUrl}"><img class="individual-photo2" src="${individual.thumbUrl}" title="click to view larger image" alt="${individual.name}" width="115" /></a>