aboutsummaryrefslogtreecommitdiff
path: root/less
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 /less
parent3359b8d5f650c2d2f44511cf4483e64e140db2ad (diff)
downloadbootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.tar.xz
bootstrap-601013ca04d6374362c12af5dc48b8c1d44b93cc.zip
drop .muted for .text-muted
Diffstat (limited to 'less')
-rw-r--r--less/type.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less
index 60ad793e9..6725f3902 100644
--- a/less/type.less
+++ b/less/type.less
@@ -28,9 +28,9 @@ em { font-style: italic; }
cite { font-style: normal; }
// Utility classes
-.muted { color: @grayLight; }
-a.muted:hover,
-a.muted:focus { color: darken(@grayLight, 10%); }
+.text-muted { color: @grayLight; }
+a.text-muted:hover,
+a.text-muted:focus { color: darken(@grayLight, 10%); }
.text-warning { color: @state-warning-text; }
a.text-warning:hover,