Avoid un-needed display:block class on <html>

This commit is contained in:
Kovid Goyal 2020-02-20 20:36:52 +05:30
parent dad962b176
commit e9fc598a49
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -40,7 +40,7 @@
/* blocks */
html, div, map, dt, isindex, form {
div, map, dt, isindex, form {
display: block;
}