diff --git a/css/style.css b/css/style.css index f1a92c9..a00a8c4 100644 --- a/css/style.css +++ b/css/style.css @@ -60,5 +60,7 @@ background-color: white; box-shadow: 10px 10px 5px #ebeeef; } -ol{list-style-image: url("/images/liste.png"); + +ol{ + list-style-image: url("../images/bullet.png"); }