diff options
| author | Mark Otto <[email protected]> | 2014-12-17 12:28:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-17 12:28:20 -0800 |
| commit | dab0b97ce4eb7903bcedd58afe861930a8707f12 (patch) | |
| tree | a0f93fe6271d7ec316aec5fea33613c38874dcb0 /docs/examples | |
| parent | 7d8bad586bb5862bff46db8126632e3846a1a60a (diff) | |
| parent | a8299b5b45f9b72829eead235524d2888eb2c03a (diff) | |
| download | bootstrap-dab0b97ce4eb7903bcedd58afe861930a8707f12.tar.xz bootstrap-dab0b97ce4eb7903bcedd58afe861930a8707f12.zip | |
Merge pull request #29 from twbs/ie9-minimum-docs
Remove ancillary references to IE<9 in comments+docs
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/justified-nav/justified-nav.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
