From 0f0616add6a5ddcbd2b6632d58fe29d115fd7032 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 28 Mar 2022 03:31:45 -0600 Subject: [PATCH] set list-style on ul in nav instead of li --- src/css/nav.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/css/nav.css b/src/css/nav.css index b027e80..e4e8dfd 100644 --- a/src/css/nav.css +++ b/src/css/nav.css @@ -101,6 +101,7 @@ html.is-clipped--nav { } .nav-list { + list-style: none; margin: 0 0 0 0.75rem; padding: 0; } @@ -110,7 +111,6 @@ html.is-clipped--nav { } .nav-item { - list-style: none; margin-top: 0.5em; } @@ -227,7 +227,6 @@ html.is-clipped--nav { .nav-panel-explore .versions { display: flex; flex-wrap: wrap; - list-style: none; padding-left: 0; margin-top: -0.25rem; line-height: 1; -- 2.11.0