aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 22:58:21 -0700
committerMark Otto <[email protected]>2014-06-10 22:58:21 -0700
commit5c1357b3e96bfa87994251ee97bef6e7315b6b83 (patch)
treedac4d1e8d614e3030c8afd9eda19134952515936 /dist/css/bootstrap.css
parent1d97cbed0fc522304feedead906c3f479370fa06 (diff)
downloadbootstrap-5c1357b3e96bfa87994251ee97bef6e7315b6b83.tar.xz
bootstrap-5c1357b3e96bfa87994251ee97bef6e7315b6b83.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 390c13d0a..425c26c3b 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -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;
}