add list-style none on inline (flex) lists
authorDan Allen <dan@opendevise.com>
Sun, 4 Feb 2018 01:15:56 +0000 (18:15 -0700)
committerSarah White <sarah@opendevise.com>
Sun, 4 Feb 2018 22:58:51 +0000 (22:58 +0000)
src/css/navigation-explore.css
src/css/navigation-menu.css

index 9389213..85cbcc8 100644 (file)
@@ -65,6 +65,7 @@
 .navigation-explore .versions {
   display: flex;
   flex-wrap: wrap;
+  list-style: none;
   padding-left: 0.5rem;
 }
 
index d752341..6dc2374 100644 (file)
@@ -24,7 +24,6 @@ html.is-clipped--nav {
 }
 
 .nav-list {
-  list-style: none;
   margin: 0;
   padding: 0;
   width: 100%;
@@ -38,6 +37,7 @@ html.is-clipped--nav {
   display: flex;
   align-items: flex-start;
   flex-wrap: wrap;
+  list-style: none;
 }
 
 .nav-item .nav-item {