2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fixes #4909: add color utility classes .text-warning, etc and document them

This commit is contained in:
Mark Otto
2012-09-03 00:47:48 -07:00
parent 69d4c3f9a1
commit 9d5f9eca85
4 changed files with 68 additions and 4 deletions
+14
View File
@@ -32,9 +32,23 @@ em {
cite {
font-style: normal;
}
// Utility classes
.muted {
color: @grayLight;
}
.text-warning {
color: @warningText;
}
.text-error {
color: @errorText;
}
.text-info {
color: @infoText;
}
.text-success {
color: @successText;
}
// Headings