From 26c91dd5a16127a9a8448d98fa293cf8c51700fb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 26 Feb 2016 14:17:56 +0100 Subject: Remove bullets using compass. --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index cff807c..1829450 100644 --- a/style.scss +++ b/style.scss @@ -318,7 +318,7 @@ th { } .sidebar ul li { - list-style-type: none; + @include no-bullets; padding: 0; } @@ -385,7 +385,7 @@ th { width: 100%; margin: 2% 0 0; ul { - list-style-type: none; + @include no-bullets; padding: 0; } img { -- cgit v1.2.3