소스 검색

CSS fix for IE11

Thibaut Courouble 9 년 전
부모
커밋
09e4407baf
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      assets/stylesheets/global/_base.scss

+ 4 - 1
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;