1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00
This commit is contained in:
Mark Otto
2014-06-10 22:58:21 -07:00
parent 1d97cbed0f
commit 5c1357b3e9
5 changed files with 13 additions and 4 deletions

View File

@@ -1138,6 +1138,15 @@ mark,
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #999;
}