From a1a9b582bc5909fa90244cb43cce51db14153e2d Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 16 Jan 2026 16:12:46 +0800 Subject: Remove bottom margin from list items. --- assets/css/skeleton.css | 2 -- 1 file changed, 2 deletions(-) (limited to 'assets/css') diff --git a/assets/css/skeleton.css b/assets/css/skeleton.css index 9d3415b..a7170dd 100644 --- a/assets/css/skeleton.css +++ b/assets/css/skeleton.css @@ -278,8 +278,6 @@ ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; } -li { - margin-bottom: 0.6rem; } ol { margin-left: 1.8em; } -- cgit v1.2.3