diff options
| author | Mark Otto <[email protected]> | 2014-06-10 21:20:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-10 21:20:34 -0700 |
| commit | dcbe484a09531da4ecc80fd2991a9910fb6a64ed (patch) | |
| tree | 7846d5e66582974cb9e19a98f342b6a3f65b3f73 /dist/css/bootstrap.css | |
| parent | e8100c3b3ced15114db8038a6dac7d9878f2c331 (diff) | |
| download | bootstrap-dcbe484a09531da4ecc80fd2991a9910fb6a64ed.tar.xz bootstrap-dcbe484a09531da4ecc80fd2991a9910fb6a64ed.zip | |
New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table.
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index ae3adc61b..c4998c7c7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1135,6 +1135,9 @@ mark, .text-justify { text-align: justify; } +.text-nowrap { + white-space: nowrap; +} .text-muted { color: #999; } |
