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 | 9a0ee742f65de5bc36b077ee21a2894d3713d8af (patch) | |
| tree | 504359c8bfee3a6dff60acc5e41d048d8d9aca94 /carousel.html | |
| parent | 2d47cb699e699daabf70662bfd4e7ed32eb69364 (diff) | |
| download | bootstrap-9a0ee742f65de5bc36b077ee21a2894d3713d8af.tar.xz bootstrap-9a0ee742f65de5bc36b077ee21a2894d3713d8af.zip | |
drop .muted for .text-muted
Diffstat (limited to 'carousel.html')
| -rw-r--r-- | carousel.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/carousel.html b/carousel.html index 598a6334b..dd0c3ca1f 100644 --- a/carousel.html +++ b/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> |
