1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 10:01:55 +02:00

[ticket/17203] Fix stylesheet formatting

PHPBB3-17203
This commit is contained in:
Marc Alexander
2023-11-01 07:55:59 +01:00
parent 4955de8104
commit 00d349cfbb

View File

@@ -949,6 +949,7 @@ table.fixed-width-table {
/* Memberlist /* Memberlist
---------------------------------------- */ ---------------------------------------- */
.group-description ol, .group-description ul { .group-description ol,
.group-description ul {
list-style-position: inside; list-style-position: inside;
} }