From 2c8cb4dd60a082ac097f936688b15ec2166e01c5 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 4 May 2014 18:58:27 +0200 Subject: [ticket/12498] Adds height-property for IE8 in tweaks.css PHPBB3-12498 --- phpBB/styles/prosilver/theme/tweaks.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB') 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; +} -- cgit v1.2.1