diff options
author | PayBas <contact@paybas.com> | 2014-06-25 17:16:52 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-08-07 18:08:46 +0200 |
commit | 5fedcf0fa88656eb35a73ba57e50081cd9898bdb (patch) | |
tree | 52290e6e5581e4e9cd93b33b978074eccef78d20 /phpBB/styles/prosilver/theme/tweaks.css | |
parent | ba2c40cde939a3b88fc1ce3d3981b0b1d5ad7246 (diff) | |
download | forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.gz forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.bz2 forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.tar.xz forums-5fedcf0fa88656eb35a73ba57e50081cd9898bdb.zip |
[ticket/12535] Make <a> adjust to the image width
PHPBB3-12535
Diffstat (limited to 'phpBB/styles/prosilver/theme/tweaks.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/tweaks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index ea0c66d20a..851b3a6bb6 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -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; +} |