1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-28 10:40:28 +02:00

[ticket/12821] Graceful ie9 fallbacks

This commit is contained in:
Michael Miday
2015-08-26 19:09:54 +02:00
parent 39b20b89f3
commit 39b39fd783
2 changed files with 10 additions and 6 deletions

View File

@@ -28,6 +28,14 @@ dd label input { vertical-align: text-bottom\9; }
border-radius: 0;
}
.headerbar, .forumbg, .forabg {
filter: none;
.headerbar, .forumbg {
background-image: url("./images/bg_header.gif");
}
.forabg {
background-image: url("./images/bg_list.gif");
}
#tabs .tab > a {
border-radius: 0;
}