From 2a25ddff3685502e22a7de8d30bb2c423c4d0ed1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 19 Mar 2017 10:51:58 +0100 Subject: bs4 fixes --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/php') 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) -- cgit v1.2.3