aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-03-05 14:17:20 -0800
committerChris Rebert <[email protected]>2014-03-05 14:17:20 -0800
commitaf5a2197183754629a8ff09c23b043c3c9711a1f (patch)
tree6d94ca218ddc568e3f59295f92e7094d69514adc /docs/css.html
parentc695d4315ab47a73a8fff4020b7d0b047591a46e (diff)
downloadbootstrap-af5a2197183754629a8ff09c23b043c3c9711a1f.tar.xz
bootstrap-af5a2197183754629a8ff09c23b043c3c9711a1f.zip
fix #12936
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 9af1eeffc..bbfb515aa 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -3179,7 +3179,7 @@ a {
{% endhighlight %}
<p>If you need a barber-stripe style gradient, that's easy, too. Just specify a single color and we'll overlay a translucent white stripe.</p>
{% highlight scss %}
-#gradient > .striped(#333; #000; 45deg);
+#gradient > .striped(#333; 45deg);
{% endhighlight %}
<p>Up the ante and use three colors instead. Set the first color, the second color, the second color's color stop (a decimal value like 0.25), and the third color with these mixins:</p>
{% highlight scss %}