From 80337ae4d5e8fa4e6c0ebc915455c22337275a39 Mon Sep 17 00:00:00 2001 From: LD Date: Sun, 23 Nov 2025 16:24:44 -0500 Subject: [PATCH] =?UTF-8?q?correction=20au=20s=C3=A9lecteur=20img=20pour?= =?UTF-8?q?=20ne=20toucher=20que=20celles=20des=20articles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index d088e2a..990a156 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -256,7 +256,7 @@ blockquote { width: 90%; } -.lore img:not(.specialAlign img) { +.lore article img:not(.specialAlign img) { border-radius: 20px; width: 30%; }