From a8299b5b45f9b72829eead235524d2888eb2c03a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Dec 2014 19:06:57 -0800 Subject: Remove ancillary references to IE<9 in comments+docs --- docs/examples/justified-nav/justified-nav.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css index f8fcf5d13..5bc24ec33 100644 --- a/docs/examples/justified-nav/justified-nav.css +++ b/docs/examples/justified-nav/justified-nav.css @@ -39,7 +39,7 @@ body { background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #f5f5f5), to(#e5e5e5)); background-image: linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE9 */ background-repeat: repeat-x; /* Repeat the gradient */ border-bottom: 1px solid #d5d5d5; } -- cgit v1.2.3