This commit is contained in:
Mark Otto 2014-06-10 22:58:21 -07:00
parent 1d97cbed0f
commit 5c1357b3e9
5 changed files with 11 additions and 2 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;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long