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/docs.html | |
| parent | 3359b8d5f650c2d2f44511cf4483e64e140db2ad (diff) | |
| download | bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.tar.xz bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.zip | |
drop .muted for .text-muted
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/docs/docs.html b/docs/docs.html index a53dfd2c0..f243c39de 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -567,13 +567,13 @@ title: Bootstrap Documentation <h3>Emphasis classes</h3> <p>Convey meaning through color with a handful of emphasis utility classes.</p> <div class="bs-docs-example"> - <p class="muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p> + <p class="text-muted">Fusce dapibus, tellus ac cursus commodo, tortor mauris nibh.</p> <p class="text-warning">Etiam porta sem malesuada magna mollis euismod.</p> <p class="text-error">Donec ullamcorper nulla non metus auctor fringilla.</p> <p class="text-success">Duis mollis, est non commodo luctus, nisi erat porttitor ligula.</p> </div> {% highlight html linenos %} -<p class="muted">...</p> +<p class="text-muted">...</p> <p class="text-warning">...</p> <p class="text-error">...</p> <p class="text-success">...</p> @@ -2561,7 +2561,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="bs-docs-example bs-docs-example-submenu"> <div class="pull-left"> - <p class="muted">Default</p> + <p class="text-muted">Default</p> <div class="dropdown clearfix"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">Action</a></li> @@ -2583,7 +2583,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <div class="pull-left"> - <p class="muted">Dropup</p> + <p class="text-muted">Dropup</p> <div class="dropup"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">Action</a></li> @@ -2605,7 +2605,7 @@ For example, <code><section></code> should be wrapped as inline. </div> <div class="pull-left"> - <p class="muted">Left submenu</p> + <p class="text-muted">Left submenu</p> <div class="dropdown"> <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"> <li><a tabindex="-1" href="#">Action</a></li> @@ -4389,18 +4389,6 @@ For example, <code><section></code> should be wrapped as inline. } {% endhighlight %} - <h4>.muted</h4> - <p>Change an element's color to <code>#999</code></p> -{% highlight html linenos %} -<p class="muted">...</p> -{% endhighlight %} -{% highlight css linenos %} -.muted { - color: #999; -} -{% endhighlight %} - - <h4>.clearfix</h4> <p>Clear the <code>float</code> on any element. Utilizes <a href="http://nicolasgallagher.com/micro-clearfix-hack/">the micro clearfix</a> as popularized by Nicolas Gallagher.</p> {% highlight html linenos %} |
