1
0
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:
PayBas
2014-06-25 17:16:52 +02:00
parent ba2c40cde9
commit 5fedcf0fa8
7 changed files with 84 additions and 12 deletions

View File

@@ -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;
}