From 3a553f07bccc1805cadab30aed628bb65a91b739 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 21 Apr 2025 20:36:04 +0200 Subject: [PATCH] [ticket/17501] Remove unused CSS properties PHPBB-17501 --- phpBB/styles/prosilver/theme/common.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 46edea7c04..909727132e 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -201,9 +201,7 @@ a:hover { /* Round cornered boxes and backgrounds ---------------------------------------- */ .headerbar { - background-image: url('images/lighter2.png'); border-radius: 0 0 7px 7px; - background-size: cover; display: flex; flex-direction: column; margin-bottom: 0.5rem;