diff options
author | Fomafix <fomafix@googlemail.com> | 2019-02-08 19:35:40 +0100 |
---|---|---|
committer | Fomafix <fomafix@googlemail.com> | 2019-02-08 19:45:42 +0100 |
commit | 20261b36c49258ac23b74dd7f6c3a4f8d1ac2312 (patch) | |
tree | fe0734ef8dee0945c9adf5a34173f114e7e8123e | |
parent | d90508d3c2f646895c60406d242cb65d33c9306d (diff) | |
download | mediawikicore-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.mustache | 2 |
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; |