Selaa lähdekoodia

Reset padding on lists

jherve 1 vuosi sitten
vanhempi
commit
f35a9bbc01
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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;
 }