diff options
| author | Mark Otto <[email protected]> | 2018-04-08 18:08:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-08 18:08:03 -0700 |
| commit | 77342b080eae51ab02d6f03c9e1bc4fd374a8c38 (patch) | |
| tree | b2d3f832ab989fe7796fc25a3c473bc7eba9dfe3 /docs/examples | |
| parent | babd48fb81a693444f3281039928b3d256d9d3bf (diff) | |
| download | bootstrap-77342b080eae51ab02d6f03c9e1bc4fd374a8c38.tar.xz bootstrap-77342b080eae51ab02d6f03c9e1bc4fd374a8c38.zip | |
update css with latest stylelint
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 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, |
