From 69debc59ef7c72bfecb24337aa2b3dea85625c9d Mon Sep 17 00:00:00 2001 From: tompng Date: Tue, 18 Nov 2025 01:52:10 +0900 Subject: [PATCH] Remove nav detail's nested padding-right and unused position:relative --- lib/rdoc/generator/template/aliki/css/rdoc.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/rdoc/generator/template/aliki/css/rdoc.css b/lib/rdoc/generator/template/aliki/css/rdoc.css index 348746c168..83b0e518f2 100644 --- a/lib/rdoc/generator/template/aliki/css/rdoc.css +++ b/lib/rdoc/generator/template/aliki/css/rdoc.css @@ -864,11 +864,6 @@ nav a:hover { } } -nav ul li details { - position: relative; - padding-right: 1.5em; /* Add space for the marker on the right */ -} - nav ul li details > summary { list-style: none; /* Remove the default marker */ position: relative; /* So that the open/close triangle can position itself absolutely inside */