From 09e4407bafb64e771ad002c39d137f721f76b6b4 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 30 Oct 2016 18:57:52 -0400 Subject: [PATCH] CSS fix for IE11 --- assets/stylesheets/global/_base.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/global/_base.scss b/assets/stylesheets/global/_base.scss index 6ac71a49..93799ce7 100644 --- a/assets/stylesheets/global/_base.scss +++ b/assets/stylesheets/global/_base.scss @@ -159,7 +159,10 @@ td { > pre:last-child, > p:last-child, > ul:last-child, > ol:last-child { margin-bottom: 0; } } -section, main { outline: 0; } +section, main { + display: block; + outline: 0; +} input, button { margin: 0;