diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 17:06:55 +0100 |
commit | a0245f3e9307f4b1d195b764bd9956fb85058769 (patch) | |
tree | 7cb7bd4b24c7190ca47044719448639793bbbd17 /view/theme/redbasic | |
parent | c85f1a208d461fad1d5d2b4d091f026d924a9a63 (diff) | |
download | volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.gz volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.tar.bz2 volse-hubzilla-a0245f3e9307f4b1d195b764bd9956fb85058769.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-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 100074886..de179d56e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1261,7 +1261,7 @@ img.mail-conv-sender-photo { #avatar { width: 2.2rem; height: 2.2rem; - border-radius: 50%; + border-radius: $radius; } .page-title { |