mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
modified: view/theme/smoothly/profile_vcard.tpl
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
77aee41280
commit
a3add1d851
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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;*/
|
||||
|
|
Loading…
Reference in a new issue