2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

drop .muted for .text-muted

This commit is contained in:
Mark Otto
2013-03-30 00:11:38 -07:00
parent 3359b8d5f6
commit 601013ca04
8 changed files with 16 additions and 28 deletions
+3 -3
View File
@@ -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,