diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-30 23:38:25 +0200 |
commit | 36fe2ac87e961e9d2234e678f1138ec418c0d889 (patch) | |
tree | 24096ade7fa411acc0d8fa16b1ab31bf5751ec09 /view/theme/redbasic/css | |
parent | 026787fc73cb76975b55425cdec9b6701a097935 (diff) | |
download | volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.gz volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.tar.bz2 volse-hubzilla-36fe2ac87e961e9d2234e678f1138ec418c0d889.zip |
css fix
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e1076a79f..642455fec 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1383,9 +1383,8 @@ img.mail-conv-sender-photo { -moz-border-radius: $radiuspx; } -.profile-thing-list img, .thing-show img, .thing-edit-links a { - margin-top: 8px; - margin-right: 15px; +.thing-show img { + margin: 10px; } .abook-self { |