Installer: Move style of background image from HTML to CSS
[lhc/web/wiklou.git] / mw-config / config.css
index 1b2574d..9647842 100644 (file)
@@ -1,3 +1,5 @@
+/* stylelint-disable selector-class-pattern */
+
 .env-check {
        font-size: 90%;
        margin: 1em 0 1em 2.5em;
        border: 1px solid #5dc9f4;
        margin-left: 20px;
 }
+
+#p-logo a {
+       background-image: url( images/installer-logo.png );
+}