Browse Source

remove dots from the lists

kaori 5 years ago
parent
commit
1af74e695d
1 changed files with 6 additions and 0 deletions
  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;