From: Dan Allen Date: Mon, 28 Mar 2022 09:31:45 +0000 (-0600) Subject: set list-style on ul in nav instead of li X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0f0616add6a5ddcbd2b6632d58fe29d115fd7032;p=eg-antora.git set list-style on ul in nav instead of li --- 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;