From 0c9d727aefeee5efd16684b7beabdf30112f924d Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 9 Aug 2024 21:29:42 -0400 Subject: Use a slightly less dumb way to display the toggle indicator. --- panel.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'panel.css') diff --git a/panel.css b/panel.css index 36ddcfa..21f9a0a 100644 --- a/panel.css +++ b/panel.css @@ -60,6 +60,8 @@ margin-left: 1em; #panel.collapsed { left:-15em; } +#panel li a#paneltoggle::after {content:'«';} +#panel.collapsed li a#paneltoggle::after {content:'»';} #content p{text-indent:2em;} #content .block h2{font-weight:normal;} #content .block h3{font-weight:normal;} -- cgit v1.2.3