set list-style on ul in nav instead of li
authorDan Allen <dan@opendevise.com>
Mon, 28 Mar 2022 09:31:45 +0000 (03:31 -0600)
committerDan Allen <dan@opendevise.com>
Mon, 28 Mar 2022 09:31:45 +0000 (03:31 -0600)
src/css/nav.css

index b027e80..e4e8dfd 100644 (file)
@@ -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;