From 77342b080eae51ab02d6f03c9e1bc4fd374a8c38 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Apr 2018 18:08:03 -0700 Subject: update css with latest stylelint --- 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 8e03ffb8c..069e0ce7b 100644 --- a/docs/examples/justified-nav/justified-nav.css +++ b/docs/examples/justified-nav/justified-nav.css @@ -40,8 +40,8 @@ body { background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%); - background-repeat: repeat-x; /* Repeat the gradient */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#e5e5e5", GradientType=0); /* IE6-9 */ + background-repeat: repeat-x; /* Repeat the gradient */ border-bottom: 1px solid #d5d5d5; } .nav-justified > .active > a, -- cgit v1.2.3