mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/12498] Adds height-property for IE8 in tweaks.css
PHPBB3-12498
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user