diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 13:39:29 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 13:39:29 +0200 |
commit | 60a7e68b1b39ad24ec3978724fd166539d08d679 (patch) | |
tree | e733dd87018d5de915e5b5381f01e3f709d3bd5c | |
parent | ec6d4f8ac34e584f07606a65a911e8b2bc8554f8 (diff) | |
download | volse-hubzilla-60a7e68b1b39ad24ec3978724fd166539d08d679.tar.gz volse-hubzilla-60a7e68b1b39ad24ec3978724fd166539d08d679.tar.bz2 volse-hubzilla-60a7e68b1b39ad24ec3978724fd166539d08d679.zip |
css fix
-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 5e783c056..a779a0dfe 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1271,9 +1271,8 @@ img.mail-conv-sender-photo { } .menu-img-1 { - height: 1.5em; - width: 1.5em; - margin-right: 5px; + height: 1..28571429em; + width: 1.28571429em; border-radius: $radius; } |