From ae602d05188d9b34cebbcd05fc8863970b0fc4ae Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 25 Aug 2024 01:07:06 +0200 Subject: [PATCH] =?UTF-8?q?Made=20=E2=80=9C.idesc=20ol=E2=80=9D=20?= =?UTF-8?q?=E2=80=9Clist-style-position=E2=80=9D=20=E2=80=9Cinside?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/site/css/instances.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/site/css/instances.css b/web/site/css/instances.css index f66b56f..61710b0 100644 --- a/web/site/css/instances.css +++ b/web/site/css/instances.css @@ -88,6 +88,10 @@ img { padding: 0; padding-left: 1.5em; } +.idesc ol { + 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 { margin-bottom: 0; }