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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user