[ticket/12498] Adds height-property for IE8 in tweaks.css

PHPBB3-12498
This commit is contained in:
Crizzo 2014-05-04 18:58:27 +02:00
parent 52ebeb5f82
commit 2c8cb4dd60

View file

@ -66,3 +66,8 @@ dd.option {
.icon-notification { .icon-notification {
*z-index: 2; *z-index: 2;
} }
/* Fixes header-avatar aspect-ratio in IE8 */
.header-avatar img {
height: 25px;
}