mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12498] Adds height-property for IE8 in tweaks.css
This commit is contained in:
commit
63632d0713
1 changed files with 5 additions and 0 deletions
|
@ -66,3 +66,8 @@ dd.option {
|
|||
.icon-notification {
|
||||
*z-index: 2;
|
||||
}
|
||||
|
||||
/* Fixes header-avatar aspect-ratio in IE8 */
|
||||
.header-avatar img {
|
||||
height: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue