NIHVIVO-650 Display image on new (Freemarker) individual profile page. Add <@url /> directive to generate img src value.

This commit is contained in:
rjy7 2010-09-21 16:05:38 +00:00
parent 84598559fd
commit f54cbe5b92
2 changed files with 5 additions and 4 deletions

View file

@ -727,8 +727,9 @@ h3.associate {
Upload Images
************************/
div.thumbnail img {
border:3px solid #d5d5d5;
div.thumbnail img,
div#thumbnail img {
border:3px solid #d5d5d5;
}
/************************