aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2015-11-14 19:52:17 -0800
committerJacob Thornton <[email protected]>2015-11-14 19:52:17 -0800
commita3d7f79ae9f09e5772fe3ee30ba9c7cad4f8baaa (patch)
tree8bbfd7e3b331fb3b5c2001de8e94c8dcceaa8162 /docs/examples
parent418f169999311d79460c1b054bdc9d68c46540b0 (diff)
parent65b1d57386acf8793cb01e2992dd663b2c7821dd (diff)
downloadbootstrap-a3d7f79ae9f09e5772fe3ee30ba9c7cad4f8baaa.tar.xz
bootstrap-a3d7f79ae9f09e5772fe3ee30ba9c7cad4f8baaa.zip
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
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 */