Browse Source

liste style français

Hugo Roy 9 years ago
parent
commit
2565606d11
1 changed files with 10 additions and 0 deletions
  1. 10 0
      _sass/typography.scss

+ 10 - 0
_sass/typography.scss

@@ -165,6 +165,16 @@ p {
             }
         }
     }
+    ul {
+      list-style-type: none;
+        li:before {
+            content: "–";
+            float: left;
+            display: inline;
+            width: 1em;
+            margin-left: -1em;
+        }
+      }
 }
 
 /*