From 8ffbd66cba87bb880783ee6909d4f7414ce32858 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sat, 7 Dec 2019 08:05:21 -1000 Subject: [ticket/16248] Swap out logos PHPBB3-16248 --- phpBB/styles/prosilver/template/overall_header.html | 9 ++++++++- phpBB/styles/prosilver/theme/colours.css | 3 --- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'phpBB') diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 09824d0a16..51058297e1 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,14 @@
- +

{SITENAME}

{SITE_DESCRIPTION}

diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index ffaa71034f..a0ebaef62f 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -148,9 +148,6 @@ table.zebra-list tr:nth-child(even) td, ul.zebra-list li:nth-child(even) { background-color: #E7E8EA; } -.site_logo { - background-image: url("./images/site_logo.gif"); -} /* Horizontal lists ----------------------------------------*/ -- cgit v1.2.1