diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
commit | 56f0244360462d96e2737ca4407feb7909c170d8 (patch) | |
tree | 8ed7a2f245153105223eacd254c4a31d5f021009 /view/theme/redbasic/css | |
parent | 60a7e68b1b39ad24ec3978724fd166539d08d679 (diff) | |
download | volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.gz volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.bz2 volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.zip |
fixes for css fix
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a779a0dfe..002fa700a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1271,7 +1271,7 @@ img.mail-conv-sender-photo { } .menu-img-1 { - height: 1..28571429em; + height: 1.28571429em; width: 1.28571429em; border-radius: $radius; } |