aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-30 14:46:58 -0800
committerChris Rebert <[email protected]>2014-01-30 14:46:58 -0800
commite430675d147bb9e0991e43a4fd86bf6bdf3deda5 (patch)
tree0800c8de41728b2d46bd387e573a7f5a220cd0b6 /docs
parent00685be0e96fcb6eb32f931865b19becfdd02946 (diff)
downloadbootstrap-e430675d147bb9e0991e43a4fd86bf6bdf3deda5.tar.xz
bootstrap-e430675d147bb9e0991e43a4fd86bf6bdf3deda5.zip
use correct+newer name for retina mixin in docs; fixes #12450
Diffstat (limited to 'docs')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 74f46cac0..0f2d79c27 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -3283,7 +3283,7 @@ a {
// Usage
.jumbotron {
- .retina-image("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
+ .img-retina("/img/bg-1x.png", "/img/bg-2x.png", 100px, 100px);
}
{% endhighlight %}
</div>