]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #12936
authorChris Rebert <github@rebertia.com>
Wed, 5 Mar 2014 22:17:20 +0000 (14:17 -0800)
committerChris Rebert <github@rebertia.com>
Wed, 5 Mar 2014 22:17:20 +0000 (14:17 -0800)
docs/css.html

index 9af1eeffc406330a446f616c6a4be6046d6c7fd2..bbfb515aad5bc2187b767c1493fdea4d235cd834 100644 (file)
@@ -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 %}