diff options
| author | Chris Rebert <[email protected]> | 2015-04-07 18:52:59 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-07 18:52:59 -0700 |
| commit | 4cf748b0179175ad478c8872f7ca902e9fcf1b14 (patch) | |
| tree | 3d99fd4258d576ac4eadc86abae2b6281b2a6ecf /docs | |
| parent | 6866b1733ab155903b80ab6c7890c2882830885b (diff) | |
| download | bootstrap-4cf748b0179175ad478c8872f7ca902e9fcf1b14.tar.xz bootstrap-4cf748b0179175ad478c8872f7ca902e9fcf1b14.zip | |
Carousel docs: fix typo in holder.js color
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 7d9d78367..02db93da2 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -110,7 +110,7 @@ </div> </div> <div class="item"> - <img data-src="holder.js/900x500/auto/#555:#5555" alt="Third slide image"> + <img data-src="holder.js/900x500/auto/#555:#555" alt="Third slide image"> <div class="carousel-caption"> <h3>Third slide label</h3> <p>Praesent commodo cursus magna, vel scelerisque nisl consectetur.</p> |
