Explorar el Código

Reset padding on lists

jherve hace 1 año
padre
commit
f35a9bbc01
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;
 }