Kaynağa Gözat

Reset padding on lists

jherve 1 yıl önce
ebeveyn
işleme
f35a9bbc01
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      static/style.css

+ 5 - 0
static/style.css

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