summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss4
1 files changed, 2 insertions, 2 deletions
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 {