mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #6555 from GanstaZ/ticket/17203
[ticket/17203] Add CSS ol for group desc
This commit is contained in:
commit
37039f95d2
1 changed files with 1 additions and 1 deletions
|
@ -878,6 +878,6 @@ table.fixed-width-table {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-description ul {
|
.group-description ol, .group-description ul {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue