From e9fc598a494746312c8836a107996315fe428c84 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Feb 2020 20:36:52 +0530 Subject: [PATCH] Avoid un-needed display:block class on --- resources/templates/html.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/html.css b/resources/templates/html.css index ef81fe5390..6122ca0c17 100644 --- a/resources/templates/html.css +++ b/resources/templates/html.css @@ -40,7 +40,7 @@ /* blocks */ -html, div, map, dt, isindex, form { +div, map, dt, isindex, form { display: block; }