aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/justified-nav
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-04-09 12:07:27 -0700
committerChris Rebert <[email protected]>2014-04-09 12:07:27 -0700
commitee7498a69366c516ccba01ca7c977fb83ea23a7b (patch)
tree798a1b643738fb5eadcc61d9446c7e172978a88d /docs/examples/justified-nav
parentee2df11e93c88dff946560d81fd5e2d8fbdd61d4 (diff)
downloadbootstrap-ee7498a69366c516ccba01ca7c977fb83ea23a7b.tar.xz
bootstrap-ee7498a69366c516ccba01ca7c977fb83ea23a7b.zip
grunt dist
Diffstat (limited to 'docs/examples/justified-nav')
-rw-r--r--docs/examples/justified-nav/justified-nav.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css
index fd71b43a9..f8fcf5d13 100644
--- a/docs/examples/justified-nav/justified-nav.css
+++ b/docs/examples/justified-nav/justified-nav.css
@@ -37,6 +37,7 @@ 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(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 */
background-repeat: repeat-x; /* Repeat the gradient */