diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 10:51:58 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 10:51:58 +0100 |
commit | 2a25ddff3685502e22a7de8d30bb2c423c4d0ed1 (patch) | |
tree | 60067da32cb440f9b50fbc4a4126f89132374ea8 /view/theme/redbasic/php | |
parent | b2ad4e8c2a41fda822fb2c52d470aaddd4dd1102 (diff) | |
download | volse-hubzilla-2a25ddff3685502e22a7de8d30bb2c423c4d0ed1.tar.gz volse-hubzilla-2a25ddff3685502e22a7de8d30bb2c423c4d0ed1.tar.bz2 volse-hubzilla-2a25ddff3685502e22a7de8d30bb2c423c4d0ed1.zip |
bs4 fixes
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 08efcda4c..f4e6d8046 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -128,7 +128,7 @@ if (! $body_font_size) if (! $font_colour) $font_colour = '#4d4d4d'; if (! $radius) - $radius = '4'; + $radius = '0.25rem'; if (! $shadow) $shadow = '0'; if (! $converse_width) |