diff options
Diffstat (limited to 'phpBB/styles/prosilver/theme')
| -rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 6665e605f3..3fbd6659d4 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -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; } |
