updated css for photo upload: added border to dummy photo.
This commit is contained in:
parent
71bea207be
commit
5cf2c53f5f
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
@import url("blueprint/liquid.css");
|
||||
@import url("blueprint/ie.css");
|
||||
@import url("institution.css");
|
||||
@import url("individual.css");
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
|
@ -704,4 +705,8 @@ em.note {
|
|||
h3.associate {
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
div.thumbnail img {
|
||||
border:2px solid #d5d5d5;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue