From 959f60a591ec1729922c9298ccdf2e9960940efa Mon Sep 17 00:00:00 2001 From: GanstaZ <33817937+GanstaZ@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:36:31 +0300 Subject: [PATCH] [ticket/17203] Add CSS ol for group desc PHPBB3-17203 --- phpBB/styles/prosilver/theme/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 69ef22eab2..f436391d1c 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -878,6 +878,6 @@ table.fixed-width-table { font-size: 1.3em; } -.group-description ul { +.group-description ol, .group-description ul { list-style-position: inside; }