浏览代码

Reset padding on lists

jherve 1 年之前
父节点
当前提交
f35a9bbc01
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      static/style.css

+ 5 - 0
static/style.css

@@ -2,6 +2,11 @@ h1, h2, h3, h4 {
     margin: 0;
 }
 
+ul {
+    list-style-type: none;
+    padding: 0;
+}
+
 .admin {
     color: red;
 }