diff options
-rw-r--r-- | style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |