Skip to content

Commit 92862c3

Browse files
committed
add IE conditional comment to pull in -old-ie.css
1 parent 126455e commit 92862c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/grids/tests/manual/responsive.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77

88
<link rel="stylesheet" href="../../../../build/base.css">
99
<link rel="stylesheet" href="../../../../build/grids.css">
10-
<link rel="stylesheet" href="../../../../build/grids-responsive.css">
10+
11+
<!--[if lt IE 9]>
12+
<link rel="stylesheet" href="../../../../build/grids-responsive-old-ie.css">
13+
<![endif]-->
14+
<!--[if gt IE 8]><!-->
15+
<link rel="stylesheet" href="../../../../build/grids-responsive.css">
16+
<!--<![endif]-->
1117

1218
<style>
1319
.content {

0 commit comments

Comments
 (0)