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

Merge pull request #6466 from Crizz0/ticket/17042

[ticket/17042] Add CSS rules for group desc and list
This commit is contained in:
Marc Alexander
2023-02-14 20:59:47 +01:00
2 changed files with 11 additions and 1 deletions

View File

@@ -867,3 +867,13 @@ table.fixed-width-table {
#memberlist tr.inactive, #team tr.inactive {
font-style: italic;
}
/* Memberlist
----------------------------------------*/
.group-description {
font-size: 1.3em;
}
.group-description ul {
list-style-position: inside;
}