aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFomafix <fomafix@googlemail.com>2019-02-08 19:35:40 +0100
committerFomafix <fomafix@googlemail.com>2019-02-08 19:45:42 +0100
commit20261b36c49258ac23b74dd7f6c3a4f8d1ac2312 (patch)
treefe0734ef8dee0945c9adf5a34173f114e7e8123e
parentd90508d3c2f646895c60406d242cb65d33c9306d (diff)
downloadmediawikicore-20261b36c49258ac23b74dd7f6c3a4f8d1ac2312.tar.gz
mediawikicore-20261b36c49258ac23b74dd7f6c3a4f8d1ac2312.zip
NoLocalSettings: Remove style for the html element
There is no need to style the html element. A style of the body element is enough. Change-Id: I4ab90824de393de3569ff55cf0138a7aede5770c
-rw-r--r--includes/templates/NoLocalSettings.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/templates/NoLocalSettings.mustache b/includes/templates/NoLocalSettings.mustache
index 36391f5bfd4a..118f439e4244 100644
--- a/includes/templates/NoLocalSettings.mustache
+++ b/includes/templates/NoLocalSettings.mustache
@@ -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;