modified: view/theme/smoothly/profile_vcard.tpl

modified:   view/theme/smoothly/style.css
This commit is contained in:
pixelroot 2012-09-12 16:20:44 +02:00
parent 77aee41280
commit a3add1d851
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{{ if $pdesc }}<div class="title">$profile.pdesc</div>{{ endif }}
<div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="$profile.photo" alt="$profile.name"></div>
<div id="profile-photo-wrapper"><img class="photo" width="191" height="191" src="$profile.photo" alt="$profile.name"></div>

View file

@ -504,8 +504,8 @@ aside a{
.vcard #profile-photo-wrapper {
margin: 10px 0px;
padding: 12px;
width: 175px;
padding: 6px;
width: auto;
background: none repeat scroll 0 0 #FFFFFF;
/*background-color: #f3f3f3;*/
border: 1px solid #C5C5C5; /*1px solid #dddddd;*/