1. Added style for thumbnail images

This commit is contained in:
cdtank 2010-07-15 21:11:23 +00:00
parent 0143c1db34
commit f444dbb65e

View file

@ -39,11 +39,6 @@
<style type="text/css"> <style type="text/css">
#incomplete-data {
background-color: activecaption;
}
#profileImage img{ #profileImage img{
width: 90px; width: 90px;
height: auto; height: auto;
@ -142,7 +137,7 @@ table.sparkline_wrapper_table td, th {
<%-- Image --%> <%-- Image --%>
<span id="ego_profile_image"></span> <div id="ego_profile_image" class="thumbnail"></div>
<%-- Label --%> <%-- Label --%>
<a href="${egoVivoProfileURL}"><h1><span id="ego_label" class="author_name"></span></h1></a> <a href="${egoVivoProfileURL}"><h1><span id="ego_label" class="author_name"></span></h1></a>
@ -204,7 +199,7 @@ table.sparkline_wrapper_table td, th {
<br /> <br />
<br /> <br />
<div id="profileImage"></div> <div id="profileImage" class="thumbnail"></div>
<div class="bold"><strong><span id="authorName" class="neutral_author_name">&nbsp;</span></strong></div> <div class="bold"><strong><span id="authorName" class="neutral_author_name">&nbsp;</span></strong></div>