From 14fcce79155fe36e8b064da3db5b549f1c98941e Mon Sep 17 00:00:00 2001 From: mummified-corroding-granny Date: Sat, 11 Feb 2023 23:50:14 +0000 Subject: [PATCH] removed forced padding css from comment ul li --- files/assets/css/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 694f0112e..bc5e963bc 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -3014,9 +3014,6 @@ pre { a.dropdown-toggle:hover { text-decoration: none; } -.comment-text ul li ul { - padding-left: 0; -} ul.no-bullets { list-style-type: none; }