aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-11-14 19:46:15 -0800
committerMark Otto <[email protected]>2015-11-14 19:46:15 -0800
commit7d9ddb844d9ca7b06bb845bb43e45222eb62b872 (patch)
tree0d4bf89d99e4099b4bb72748a7b4170a3f304afe /docs/examples
parent9e23bbc1bce07be2a14cc3cb8e6ca4a09a030bd6 (diff)
downloadbootstrap-7d9ddb844d9ca7b06bb845bb43e45222eb62b872.tar.xz
bootstrap-7d9ddb844d9ca7b06bb845bb43e45222eb62b872.zip
grunt
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/justified-nav/justified-nav.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css
index 7ba9cd75e..31e25e143 100644
--- a/docs/examples/justified-nav/justified-nav.css
+++ b/docs/examples/justified-nav/justified-nav.css
@@ -37,6 +37,9 @@ body {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5),to(#e5e5e5));
+ 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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
background-repeat: repeat-x; /* Repeat the gradient */