mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<!-- IF U_MANAGE -->
|
<!-- IF U_MANAGE -->
|
||||||
<p class="right responsive-center manage rightside"><a href="{U_MANAGE}">{L_MANAGE_GROUP}</a></p>
|
<p class="right responsive-center manage rightside"><a href="{U_MANAGE}">{L_MANAGE_GROUP}</a></p>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<p>{GROUP_DESC} {GROUP_TYPE}</p>
|
<div class="group-description">{GROUP_DESC} {GROUP_TYPE}</div>
|
||||||
|
|
||||||
{% EVENT memberlist_body_group_desc_after %}
|
{% EVENT memberlist_body_group_desc_after %}
|
||||||
|
|
||||||
|
@@ -942,3 +942,9 @@ table.fixed-width-table {
|
|||||||
|
|
||||||
/* stylelint-enable selector-max-compound-selectors */
|
/* stylelint-enable selector-max-compound-selectors */
|
||||||
/* stylelint-enable selector-no-qualifying-type */
|
/* stylelint-enable selector-no-qualifying-type */
|
||||||
|
|
||||||
|
/* Memberlist
|
||||||
|
---------------------------------------- */
|
||||||
|
.group-description ul {
|
||||||
|
list-style-position: inside;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user