diff options
| author | Chris Rebert <[email protected]> | 2014-01-30 14:46:58 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-30 14:46:58 -0800 |
| commit | e430675d147bb9e0991e43a4fd86bf6bdf3deda5 (patch) | |
| tree | 0800c8de41728b2d46bd387e573a7f5a220cd0b6 | |
| parent | 00685be0e96fcb6eb32f931865b19becfdd02946 (diff) | |
| download | bootstrap-e430675d147bb9e0991e43a4fd86bf6bdf3deda5.tar.xz bootstrap-e430675d147bb9e0991e43a4fd86bf6bdf3deda5.zip | |
use correct+newer name for retina mixin in docs; fixes #12450
| -rw-r--r-- | docs/css.html | 2 |
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> |
