diff options
author | Crizzo <mail@crizzo.de> | 2014-05-04 18:58:27 +0200 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-05-04 18:58:27 +0200 |
commit | 2c8cb4dd60a082ac097f936688b15ec2166e01c5 (patch) | |
tree | 8d4d8abb597810ca51321120b856fb997a38185d /phpBB | |
parent | 52ebeb5f828738fea258d2ec62d8c702882e3b26 (diff) | |
download | forums-2c8cb4dd60a082ac097f936688b15ec2166e01c5.tar forums-2c8cb4dd60a082ac097f936688b15ec2166e01c5.tar.gz forums-2c8cb4dd60a082ac097f936688b15ec2166e01c5.tar.bz2 forums-2c8cb4dd60a082ac097f936688b15ec2166e01c5.tar.xz forums-2c8cb4dd60a082ac097f936688b15ec2166e01c5.zip |
[ticket/12498] Adds height-property for IE8 in tweaks.css
PHPBB3-12498
Diffstat (limited to 'phpBB')
-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 456bbf3479..9a8ed5d399 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -66,3 +66,8 @@ dd.option { .icon-notification { *z-index: 2; } + +/* Fixes header-avatar aspect-ratio in IE8 */ +.header-avatar img { + height: 25px; +} |