diff options
| author | Mark Otto <[email protected]> | 2014-06-10 22:58:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 22:58:21 -0700 |
| commit | 5c1357b3e96bfa87994251ee97bef6e7315b6b83 (patch) | |
| tree | dac4d1e8d614e3030c8afd9eda19134952515936 /dist/css/bootstrap.css | |
| parent | 1d97cbed0fc522304feedead906c3f479370fa06 (diff) | |
| download | bootstrap-5c1357b3e96bfa87994251ee97bef6e7315b6b83.tar.xz bootstrap-5c1357b3e96bfa87994251ee97bef6e7315b6b83.zip | |
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
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; } |
