mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/12535] Make <a> adjust to the image width
PHPBB3-12535
This commit is contained in:
@@ -71,3 +71,8 @@ dd.option {
|
||||
.header-avatar img {
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* IE8 often can't handle max-width in %, so we use px instead */
|
||||
.postprofile .avatar img {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user