From f2324a514897e83bb961ef7ed5156c71e22568f8 Mon Sep 17 00:00:00 2001 From: reliberate Date: Sun, 27 Mar 2016 00:46:06 -0600 Subject: [PATCH] Theme: Minor adjustments on Fixed and Static style menus. --- themes/default/template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 @@ } ?> -