diff options
| author | Mark Otto <[email protected]> | 2013-03-30 00:11:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-30 00:11:38 -0700 |
| commit | 601013ca04d6374362c12af5dc48b8c1d44b93cc (patch) | |
| tree | 2359f7d646bdaf99095df2eaea67186144fed322 /docs/examples/carousel.html | |
| parent | 3359b8d5f650c2d2f44511cf4483e64e140db2ad (diff) | |
| download | bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.tar.xz bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.zip | |
drop .muted for .text-muted
Diffstat (limited to 'docs/examples/carousel.html')
| -rw-r--r-- | docs/examples/carousel.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 598a6334b..dd0c3ca1f 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -369,7 +369,7 @@ body { <div class="featurette"> <img class="featurette-image pull-right" src="../assets/img/examples/browser-icon-chrome.png"> - <h2 class="featurette-heading">First featurette headling. <span class="muted">It'll blow your mind.</span></h2> + <h2 class="featurette-heading">First featurette headling. <span class="text-muted">It'll blow your mind.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> @@ -377,7 +377,7 @@ body { <div class="featurette"> <img class="featurette-image pull-left" src="../assets/img/examples/browser-icon-firefox.png"> - <h2 class="featurette-heading">Oh yeah, it's that good. <span class="muted">See for yourself.</span></h2> + <h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> @@ -385,7 +385,7 @@ body { <div class="featurette"> <img class="featurette-image pull-right" src="../assets/img/examples/browser-icon-safari.png"> - <h2 class="featurette-heading">And lastly, this one. <span class="muted">Checkmate.</span></h2> + <h2 class="featurette-heading">And lastly, this one. <span class="text-muted">Checkmate.</span></h2> <p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p> </div> |
