diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-11 18:26:07 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-11 18:26:07 -0800 |
commit | 6745f0781796c0064c3f1b223ae194017bd26c0c (patch) | |
tree | b7b13993445f215f629f8a29424043bb3dad6ef5 /view/theme/duepuntozero | |
parent | 5e02519a1311cb62d7aaa2f8dc947fd0affd454c (diff) | |
download | volse-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/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 45e5efb6c..b0273254e 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; |