diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 59bf72b2e1..16ec9f6aea 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -163,7 +163,7 @@ -
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • +
  • {L_LOGIN_LOGOUT} {CURRENT_USER_AVATAR}
  • {L_REGISTER}
  • {L_MEMBERLIST}
  • diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index f4a1ecb1e0..6665e605f3 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -445,7 +445,7 @@ ul.linklist.bulletin li.no-bulletin:before { } /* Avatar in overall_header.html */ -span.avatar-index img { +span.avatar-overall-header img { max-height: 25px; vertical-align: top; width: auto;