1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

Merge pull request #6555 from GanstaZ/ticket/17203

[ticket/17203] Add CSS ol for group desc
This commit is contained in:
Marc Alexander
2023-10-31 22:10:04 +01:00

View File

@@ -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;
}