aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-06-10 21:20:34 -0700
committerMark Otto <[email protected]>2014-06-10 21:20:34 -0700
commitdcbe484a09531da4ecc80fd2991a9910fb6a64ed (patch)
tree7846d5e66582974cb9e19a98f342b6a3f65b3f73 /dist/css/bootstrap.css
parente8100c3b3ced15114db8038a6dac7d9878f2c331 (diff)
downloadbootstrap-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.css3
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;
}