From 75b90510f0d157b580f3bd3a83899f49e94a4220 Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 28 Oct 2024 12:36:25 +0000 Subject: [PATCH] revert to odd after review --- src/css/docs-ndl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/docs-ndl.css b/src/css/docs-ndl.css index 36c3c756..7505fc59 100644 --- a/src/css/docs-ndl.css +++ b/src/css/docs-ndl.css @@ -721,7 +721,7 @@ body.docs-ndl .cards .icon span { } /* For the 1st, 3rd etc highlights, move the image to the right */ -body.docs-ndl .widget.highlights:nth-of-type(even) .icon { +body.docs-ndl .widget.highlights:nth-of-type(odd) .icon { order: 1; }