Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2014-03-06 02:17:20 +0400
committerChris Rebert <github@rebertia.com>2014-03-06 02:17:20 +0400
commitaf5a2197183754629a8ff09c23b043c3c9711a1f (patch)
tree6d94ca218ddc568e3f59295f92e7094d69514adc
parentc695d4315ab47a73a8fff4020b7d0b047591a46e (diff)
fix #12936
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 9af1eeffc4..bbfb515aad 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 %}