diff options
| author | Chris Rebert <[email protected]> | 2013-08-21 00:35:15 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-21 00:35:15 -0700 |
| commit | e143c3547241a1f92f54849ffbcb0745f3f8002c (patch) | |
| tree | 550029ade9459fe5abe2f057afefb822c93b0461 | |
| parent | 924e9e74506464203ef077a3019e46af8a9a2f71 (diff) | |
| parent | c76b7a53a416f74ced4ad7124e38a305ac477bb5 (diff) | |
| download | bootstrap-e143c3547241a1f92f54849ffbcb0745f3f8002c.tar.xz bootstrap-e143c3547241a1f92f54849ffbcb0745f3f8002c.zip | |
Merge pull request #9973 from coliff/patch-6
Update justified-nav.css (Removed unnecessary ms-linear-gradient prefix)
| -rw-r--r-- | examples/justified-nav/justified-nav.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/justified-nav/justified-nav.css b/examples/justified-nav/justified-nav.css index 7837acf40..c669d44c7 100644 --- a/examples/justified-nav/justified-nav.css +++ b/examples/justified-nav/justified-nav.css @@ -38,7 +38,6 @@ body { background-image: -moz-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%); /* FF3.6+ */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */ background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Chrome 10+,Safari 5.1+ */ - background-image: -ms-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* IE10+ */ background-image: -o-linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* Opera 11.10+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ background-image: linear-gradient(top, #f5f5f5 0%,#e5e5e5 100%); /* W3C */ |
