1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/9758] Adding impr. for overall_header display of avatar and username

PHPBB3-9758
This commit is contained in:
Crizzo
2014-03-23 15:39:09 +01:00
parent aa6077c150
commit 175d83146e
3 changed files with 6 additions and 3 deletions

View File

@@ -446,8 +446,9 @@ ul.linklist.bulletin li.no-bulletin:before {
/* Avatar in overall_header.html */
span.avatar-overall-header img {
margin-bottom: 2px;
max-height: 25px;
vertical-align: top;
vertical-align: middle;
width: auto;
}