NoLocalSettings: Remove style for the html element
authorFomafix <fomafix@googlemail.com>
Fri, 8 Feb 2019 18:35:40 +0000 (19:35 +0100)
committerFomafix <fomafix@googlemail.com>
Fri, 8 Feb 2019 18:45:42 +0000 (19:45 +0100)
There is no need to style the html element. A style of the body element
is enough.

Change-Id: I4ab90824de393de3569ff55cf0138a7aede5770c

includes/templates/NoLocalSettings.mustache

index 36391f5..118f439 100644 (file)
@@ -4,7 +4,7 @@
                <meta charset="UTF-8" />
                <title>MediaWiki {{wgVersion}}</title>
                <style media="screen">
-                       html, body {
+                       body {
                                color: #000;
                                background-color: #fff;
                                font-family: sans-serif;