Browse Source

fixed error list style

Jocelyn Delande 10 years ago
parent
commit
45f2fefe67
1 changed files with 4 additions and 0 deletions
  1. 4 0
      assets/main.css

+ 4 - 0
assets/main.css

@@ -13,4 +13,8 @@ body > footer {
     padding: 48px 0;
     padding: 48px 0;
     background-color: #eee;
     background-color: #eee;
     text-align: center;
     text-align: center;
+}
+
+ul {
+    list-style-type: none;
 }
 }