From a482a4b6e8079b2957c974b857581f51e18cf896 Mon Sep 17 00:00:00 2001 From: Alexopus Date: Sun, 17 May 2020 21:14:05 +0200 Subject: [PATCH] Align "+"/"-" in ul.tree-view details (#86) --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 26ac2c6..5de0780 100644 --- a/style.css +++ b/style.css @@ -667,7 +667,7 @@ ul.tree-view details > summary:before { border: 1px solid #808080; width: 8px; height: 9px; - line-height: 9px; + line-height: 8px; margin-right: 5px; padding-left: 1px; background-color: #fff;