diff --git a/themes/default/template.php b/themes/default/template.php index aeb97a3405..d3ae86eeee 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -1558,6 +1558,7 @@ $menu_type = 'static-top'; $menu_width = 'calc(100% - 40px)'; $menu_brand = true; + $menu_corners = "style='-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;'"; break; case 'fixed': default: @@ -1568,7 +1569,7 @@ } ?> -