mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-16 20:39:49 +02:00
[ticket/16751] cleanup inline while at it
PHPBB3-16751
This commit is contained in:
parent
ee998588a2
commit
6fa78f696c
@ -12,8 +12,7 @@
|
||||
<dl class="left-box">
|
||||
<dt class="profile-avatar">{AVATAR_IMG}</dt>
|
||||
<!-- EVENT memberlist_view_rank_avatar_before -->
|
||||
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
{% if RANK_IMG %}<dd class="rank-img" style="text-align: center;">{{ RANK_IMG }}</dd>{% endif %}
|
||||
<!-- IF RANK_TITLE --><dd class="profile-avatar">{RANK_TITLE}</dd><!-- ENDIF -->
|
||||
<!-- EVENT memberlist_view_rank_avatar_after -->
|
||||
</dl>
|
||||
<!-- ENDIF -->
|
||||
|
@ -833,6 +833,10 @@ dd.profile-contact {
|
||||
}
|
||||
|
||||
/* Profile used on view-profile */
|
||||
.profile-avatar {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.profile-avatar img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user