From 201a3e61b2ca2c758395e95128b2f36a03c67439 Mon Sep 17 00:00:00 2001 From: asanvaq Date: Wed, 7 Jan 2026 09:15:24 +0100 Subject: [PATCH] fixing indentation issues --- docs/_static/tasklist.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/_static/tasklist.css b/docs/_static/tasklist.css index 9defac0..08d7eee 100644 --- a/docs/_static/tasklist.css +++ b/docs/_static/tasklist.css @@ -6,15 +6,4 @@ li:has(input[type="checkbox"]) { li:has(input[type="checkbox"])::before { content: "" !important; display: none !important; -} - -/* Standarding the first level */ -ul > li:has(input[type="checkbox"]) { - margin-left: -1.0em !important; -} - -/* Indenting list item that is a child of another list */ -li ul li:has(input[type="checkbox"]), -li ol li:has(input[type="checkbox"]) { - margin-left: 2.0em !important; /* Adjust this value to match your desired indentation */ } \ No newline at end of file