aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah
diff options
context:
space:
mode:
authorChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:26:07 -0800
committerChris Case <kahotep@bunda.dreamhost.com>2011-02-11 18:26:07 -0800
commit6745f0781796c0064c3f1b223ae194017bd26c0c (patch)
treeb7b13993445f215f629f8a29424043bb3dad6ef5 /view/theme/loozah
parent5e02519a1311cb62d7aaa2f8dc947fd0affd454c (diff)
downloadvolse-hubzilla-6745f0781796c0064c3f1b223ae194017bd26c0c.tar.gz
volse-hubzilla-6745f0781796c0064c3f1b223ae194017bd26c0c.tar.bz2
volse-hubzilla-6745f0781796c0064c3f1b223ae194017bd26c0c.zip
set size of contact images to improve rendering
Diffstat (limited to 'view/theme/loozah')
-rw-r--r--view/theme/loozah/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css
index 2a037bf9f..0dcddd264 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;