aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-30 00:11:38 -0700
committerMark Otto <[email protected]>2013-03-30 00:11:38 -0700
commit601013ca04d6374362c12af5dc48b8c1d44b93cc (patch)
tree2359f7d646bdaf99095df2eaea67186144fed322 /docs/examples
parent3359b8d5f650c2d2f44511cf4483e64e140db2ad (diff)
downloadbootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.tar.xz
bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.zip
drop .muted for .text-muted
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/carousel.html6
-rw-r--r--docs/examples/jumbotron-narrow.html2
-rw-r--r--docs/examples/justified-nav.html2
-rw-r--r--docs/examples/sticky-footer-navbar.html2
-rw-r--r--docs/examples/sticky-footer.html2
5 files changed, 7 insertions, 7 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>
diff --git a/docs/examples/jumbotron-narrow.html b/docs/examples/jumbotron-narrow.html
index abf07dc72..84a918064 100644
--- a/docs/examples/jumbotron-narrow.html
+++ b/docs/examples/jumbotron-narrow.html
@@ -94,7 +94,7 @@ title: Narrow page template
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
- <h3 class="muted">Project name</h3>
+ <h3 class="text-muted">Project name</h3>
</div>
<div class="jumbotron">
diff --git a/docs/examples/justified-nav.html b/docs/examples/justified-nav.html
index 7013b150e..f136ee92a 100644
--- a/docs/examples/justified-nav.html
+++ b/docs/examples/justified-nav.html
@@ -96,7 +96,7 @@ title: Justified nav template
<div class="container">
<div class="masthead">
- <h3 class="muted">Project name</h3>
+ <h3 class="text-muted">Project name</h3>
<ul class="nav nav-justified">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">Projects</a></li>
diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html
index b00bfd5ab..9187b7882 100644
--- a/docs/examples/sticky-footer-navbar.html
+++ b/docs/examples/sticky-footer-navbar.html
@@ -112,6 +112,6 @@ title: Sticky footer with navbar template
<div id="footer">
<div class="container">
- <p class="muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
+ <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
</div>
</div>
diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html
index 722d3aa19..6ddd5a1dc 100644
--- a/docs/examples/sticky-footer.html
+++ b/docs/examples/sticky-footer.html
@@ -76,6 +76,6 @@ title: Sticky footer template
<div id="footer">
<div class="container">
- <p class="muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
+ <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
</div>
</div>