1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/12900] Fix potential avatar size box overflow

PHPBB3-12900
This commit is contained in:
PayBas
2014-08-13 16:23:20 +02:00
parent 1dc2d0e759
commit 030d1a683b
3 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
<!-- IF AVATAR_IMG -->
<dl class="left-box">
<dt>{AVATAR_IMG}</dt>
<dt class="profile-avatar">{AVATAR_IMG}</dt>
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
<!-- IF RANK_IMG --><dd style="text-align: center;">{RANK_IMG}</dd><!-- ENDIF -->
</dl>