From a3a27d8082f961409b6bd28e35181e2b8568df7b Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 25 Aug 2024 17:48:44 +0200 Subject: [PATCH] =?UTF-8?q?Made=20=E2=80=9Cexh=E2=80=9D=20and=20=E2=80=9Cn?= =?UTF-8?q?obott=E2=80=9D=20classes=20more=20generic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/css/instances.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/site/css/instances.css b/web/site/css/instances.css index 61ea308..946cb46 100644 --- a/web/site/css/instances.css +++ b/web/site/css/instances.css @@ -78,7 +78,7 @@ img { margin-bottom: 1em; padding: 0; } -.idesc p.exh, .inote p.exh { +.idesc .exh, .inote .exh { font-weight: bold; text-transform: uppercase; } @@ -92,7 +92,7 @@ img { padding: 0; list-style-position: inside; } -.idesc ul.nobott, .idesc ol.nobott, .idesc p.nobott, .idesc div.nobott, .inote ul.nobott, .inote ol.nobott, .inote p.nobott, .inote div.nobott { +.idesc .nobott, .inote .nobott, .idesc li, .inote li { margin-bottom: 0; } .noxreas {