From 2fcd429b968710b4f73e506464cab06039a52311 Mon Sep 17 00:00:00 2001 From: Frieder Schrempf Date: Fri, 30 Apr 2021 15:43:47 +0200 Subject: [PATCH] Fix top margin for starred nav menu item There is no reason to have a margin above the starred menu item. Remove it. Signed-off-by: Frieder Schrempf --- css/plugins/starred.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/plugins/starred.less b/css/plugins/starred.less index f0ff348..b417bd4 100644 --- a/css/plugins/starred.less +++ b/css/plugins/starred.less @@ -27,8 +27,6 @@ } nav.nav-starred { - margin-top: @nav-margin; - ul { list-style: none;