mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Merge remote-tracking branch 'Crizz0/ticket/12498' into develop-ascraeus
* Crizz0/ticket/12498: [ticket/12498] Adds height-property for IE8 in tweaks.css
This commit is contained in:
commit
698d8551cf
@ -66,3 +66,8 @@ dd.option {
|
||||
.icon-notification {
|
||||
*z-index: 2;
|
||||
}
|
||||
|
||||
/* Fixes header-avatar aspect-ratio in IE8 */
|
||||
.header-avatar img {
|
||||
height: 25px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user