2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +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
+16
View File
@@ -609,6 +609,22 @@ cite {
color: #999999;
}
.text-warning {
color: #c09853;
}
.text-error {
color: #b94a48;
}
.text-info {
color: #3a87ad;
}
.text-success {
color: #468847;
}
h1,
h2,
h3,