From cc94d0bb377daee6fc0b453669391e55dfb82ae6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 9 Aug 2024 21:42:46 -0400 Subject: Only apply style to direct descent of list items in panel. --- panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'panel.css') diff --git a/panel.css b/panel.css index 21f9a0a..aa3f63f 100644 --- a/panel.css +++ b/panel.css @@ -20,7 +20,7 @@ left:-0.3em; margin:0; font-weight:normal; } -#panel li a { +#panel li>a { display:block; padding-left:1.5em; padding-top:0.5em; -- cgit v1.2.3