]> git.mxchange.org Git - friendica.git/commitdiff
set size of contact images to improve rendering
authorChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:26:07 +0000 (18:26 -0800)
committerChris Case <kahotep@bunda.dreamhost.com>
Sat, 12 Feb 2011 02:26:07 +0000 (18:26 -0800)
view/theme/duepuntozero/style.css
view/theme/loozah/style.css

index 45e5efb6c4d06fcf56eae136ec6d71b1201ec4ac..b0273254e628ad3b00f0333a259a9175cb313e2d 100644 (file)
@@ -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;
index 2a037bf9f3696ffb986733410a1ba40b52302068..0dcddd264691e7baac88895e8e3fa1c5a6bf9a37 100644 (file)
@@ -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;