From 9278bdec3ac546edfa0778eef9df0b1cf9f8d725 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sat, 24 Aug 2024 13:57:18 +0200 Subject: [PATCH] Made exh all uppercase --- web/site/css/instances.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/site/css/instances.css b/web/site/css/instances.css index 71668ca..f66b56f 100644 --- a/web/site/css/instances.css +++ b/web/site/css/instances.css @@ -80,6 +80,7 @@ img { } .idesc p.exh, .inote p.exh { font-weight: bold; + text-transform: uppercase; } .idesc ul, .idesc ol, .inote ul, .inote ol, .noxreas ul, .noxreas ol { margin: 0;