From 1079256dc1ac08bfd7564c761c27122afb18cbef Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bonicoli Date: Sat, 16 Jul 2022 03:31:05 +0200 Subject: [PATCH] Don't hide 'settings' tab with the nav arrows Ref #5851 --- stylesheets/application.css | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index cdbd4d1..0880fa6 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -106,7 +106,6 @@ body.controller-calendars #top-menu > ul li a.calendar-link { /* Mostly the tabs just below the page title */ #main-menu { - width: auto; border: none; margin-left: 1em; background-color: transparent; }