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