From: Chris Rebert Date: Thu, 30 Jan 2014 22:46:58 +0000 (-0800) Subject: use correct+newer name for retina mixin in docs; fixes #12450 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeeaa0b894cf0c126ca335e9baeba4296246f86a;p=thirdparty%2Fbootstrap.git use correct+newer name for retina mixin in docs; fixes #12450 --- diff --git a/css.html b/css.html index 74f46cac0c..0f2d79c27d 100644 --- 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 %}