From: pixelroot <info@pixelbits.de>
Date: Wed, 12 Sep 2012 14:20:44 +0000 (+0200)
Subject: 	modified:   view/theme/smoothly/profile_vcard.tpl
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a3add1d851bdf6739cd1468967b88eab514ead20;p=friendica.git

	modified:   view/theme/smoothly/profile_vcard.tpl
	modified:   view/theme/smoothly/style.css
---

diff --git a/view/theme/smoothly/profile_vcard.tpl b/view/theme/smoothly/profile_vcard.tpl
index f798c58ea9..6d5fb10b74 100644
--- a/view/theme/smoothly/profile_vcard.tpl
+++ b/view/theme/smoothly/profile_vcard.tpl
@@ -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>
 
 
 
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css
index a34cc0e183..a19f133726 100644
--- a/view/theme/smoothly/style.css
+++ b/view/theme/smoothly/style.css
@@ -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;*/