From: Chris Case Date: Sat, 12 Feb 2011 02:26:07 +0000 (-0800) Subject: set size of contact images to improve rendering X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6745f0781796c0064c3f1b223ae194017bd26c0c;p=friendica.git set size of contact images to improve rendering --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 45e5efb6c4..b0273254e6 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1807,6 +1807,10 @@ a.mail-list-link { .contact-block-link { float: left; } +.contact-block-img { + width:48px; + height:48px; +} #tag-remove { margin-bottom: 15px; diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 2a037bf9f3..0dcddd2646 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -1933,6 +1933,10 @@ a.mail-list-link { .contact-block-link { float: left; } +.contact-block-img { + width:48px; + height:48px; +} #tag-remove { margin-bottom: 15px;