From: Fomafix Date: Fri, 14 Jun 2019 08:46:40 +0000 (+0200) Subject: Installer: Move style of background image from HTML to CSS X-Git-Tag: 1.34.0-rc.0~1376^2~1 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=0f346d682297bd0760f6d5c4184e7ee8acbf85d8;hp=0fb54f19ad48232d694deebd1c45b9f5adec5552;p=lhc%2Fweb%2Fwiklou.git Installer: Move style of background image from HTML to CSS Change-Id: I5fb8a9fc87290c407be123238397accbc5a886dc --- diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index b061d0da36..45784e4d59 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -304,9 +304,7 @@ class WebInstallerOutput {
plain(); diff --git a/mw-config/config.css b/mw-config/config.css index 8b3b39e809..9647842799 100644 --- a/mw-config/config.css +++ b/mw-config/config.css @@ -208,3 +208,7 @@ border: 1px solid #5dc9f4; margin-left: 20px; } + +#p-logo a { + background-image: url( images/installer-logo.png ); +}