Explorar el Código

remove dots from the lists

kaori hace 5 años
padre
commit
1af74e695d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/client/styles/scss/_page_list.scss

+ 6 - 0
src/client/styles/scss/_page_list.scss

@@ -51,6 +51,12 @@ body .page-list {
   }
 }
 
+.page-list-container-create {
+  ul.page-list-ul {
+    list-style: none;
+  }
+}
+
 .popular-page-high {
   font-size: 1.1em;
   font-weight: bold;