]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use correct+newer name for retina mixin in docs; fixes #12450
authorChris Rebert <github@rebertia.com>
Thu, 30 Jan 2014 22:46:58 +0000 (14:46 -0800)
committerChris Rebert <code@rebertia.com>
Thu, 30 Jan 2014 22:48:32 +0000 (14:48 -0800)
css.html

index 74f46cac0c01c9a24bcc8165a6f100d9ce9553d2..0f2d79c27dd14a8c2f1b2ed0d35f87495b6216db 100644 (file)
--- a/css.html
+++ b/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>