From 5c9acd0bf190a099159e6df4e0d7bafa691918e7 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 30 May 2022 03:07:18 -0500 Subject: [PATCH] Fix css bug --- resources/blog.scss | 7 ++++++- templates/organization/org-right-sidebar.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/resources/blog.scss b/resources/blog.scss index bd799d6..5db8d5f 100644 --- a/resources/blog.scss +++ b/resources/blog.scss @@ -51,7 +51,6 @@ } ul { - list-style: none; padding-left: 1em; padding-right: 0.5em; @@ -84,6 +83,12 @@ } } +.no-dot-blog-sidebox { + ul { + list-style: none; + } +} + .blog-comment-count { font-size: 12px; } diff --git a/templates/organization/org-right-sidebar.html b/templates/organization/org-right-sidebar.html index fe556cb..bd5c572 100644 --- a/templates/organization/org-right-sidebar.html +++ b/templates/organization/org-right-sidebar.html @@ -15,7 +15,7 @@ {% endif %} {% if can_edit or is_member %} -