From 6fa78f696c0af41ff77d9eb1add2b48d9fa1c0c5 Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 7 Apr 2021 18:22:24 -1000 Subject: [PATCH] [ticket/16751] cleanup inline while at it PHPBB3-16751 --- phpBB/styles/prosilver/template/memberlist_view.html | 3 +-- phpBB/styles/prosilver/theme/content.css | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index d53e907206..38b2f58d7b 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -12,8 +12,7 @@
{AVATAR_IMG}
-
{RANK_TITLE}
- {% if RANK_IMG %}
{{ RANK_IMG }}
{% endif %} +
{RANK_TITLE}
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 7d732d288e..338016ac2c 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -833,6 +833,10 @@ dd.profile-contact { } /* Profile used on view-profile */ +.profile-avatar { + text-align: center; +} + .profile-avatar img { max-width: 100%; }