NIHVIVO-1315: Changed id selector "left-side" to "share-contact"
This commit is contained in:
parent
5c2ae2f064
commit
5929c82c22
2 changed files with 3 additions and 3 deletions
|
@ -85,13 +85,13 @@ div.bottom{
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
/* <------ INDIVIDUAL INTRO LEFT CONTENT */
|
/* <------ INDIVIDUAL INTRO LEFT CONTENT */
|
||||||
#left-side{
|
#share-contact{
|
||||||
width: 166px;
|
width: 166px;
|
||||||
float: left;
|
float: left;
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
padding-right: 1.5em;
|
padding-right: 1.5em;
|
||||||
}
|
}
|
||||||
#left-side img.individual-photo2{
|
#share-contact img.individual-photo2{
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<#assign propertyGroups = individual.propertyList>
|
<#assign propertyGroups = individual.propertyList>
|
||||||
|
|
||||||
<section id="individual-intro" class="vcard" role="region">
|
<section id="individual-intro" class="vcard" role="region">
|
||||||
<section id="left-side" role="region">
|
<section id="share-contact" role="region">
|
||||||
<#-- Thumbnail -->
|
<#-- Thumbnail -->
|
||||||
<#if individual.thumbUrl??>
|
<#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>
|
<a href="${individual.imageUrl}"><img class="individual-photo2" src="${individual.thumbUrl}" title="click to view larger image" alt="${individual.name}" width="115" /></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue