1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17042] Add CSS rules for group desc and list

PHPBB3-17042
This commit is contained in:
Christian Schnegelberger
2023-02-01 20:32:35 +01:00
parent 0f1c62bc7b
commit 50c3c3f0ee
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;
}