aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-26 16:08:03 -0700
committerMark Otto <[email protected]>2011-08-26 16:08:03 -0700
commitb9c9f1d8d616bece3240aa8c3c78873947c7d88f (patch)
tree578f570e4dccbc822126fffd3f00603cf054205d /lib/type.less
parenta5e62657262aa9b0ca35377cc2e2619d54249b7b (diff)
parent842683b6dfd799a5b665875d981196a623ca0840 (diff)
downloadbootstrap-b9c9f1d8d616bece3240aa8c3c78873947c7d88f.tar.xz
bootstrap-b9c9f1d8d616bece3240aa8c3c78873947c7d88f.zip
Merge remote branch 'origin/master' into 1.2-wip
Diffstat (limited to 'lib/type.less')
-rw-r--r--lib/type.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/type.less b/lib/type.less
index 1091d149b..7ee69f2f5 100644
--- a/lib/type.less
+++ b/lib/type.less
@@ -130,7 +130,7 @@ em {
line-height: inherit;
}
.muted {
- color: @grayLighter;
+ color: @grayLight;
}
// Blockquotes
@@ -181,5 +181,8 @@ pre {
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
.border-radius(3px);
+ white-space: pre;
white-space: pre-wrap;
+ word-wrap: break-word;
+
} \ No newline at end of file