1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16476] Eliminate links to deleted background images in tweaks.css

PHPBB3-16476
This commit is contained in:
rxu 2020-05-12 18:27:46 +07:00
parent 919597bfcf
commit 1f8149706c
No known key found for this signature in database
GPG Key ID: 955F0567380E586A

View File

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