From 12df490cbde04fd089f49ba3c767174a317621fd Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Thu, 14 Mar 2013 22:18:57 -0700 Subject: [PATCH] Issue #1943142 by jessebeach: Add the main element to the list of HTML5 elements that get set to display block. --- core/modules/system/system.base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/system/system.base.css b/core/modules/system/system.base.css index 5bbde172733a..a0b66e65f096 100644 --- a/core/modules/system/system.base.css +++ b/core/modules/system/system.base.css @@ -288,6 +288,7 @@ figure, footer, header, hgroup, +main, menu, nav, section, -- GitLab