aboutsummaryrefslogtreecommitdiff
path: root/lib/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-25 00:13:40 -0700
committerMark Otto <[email protected]>2011-08-25 00:13:40 -0700
commit2d99e3f8a61ef9d4a40cd0cad109d0d89ae3c661 (patch)
tree0245170407232ac6faeba27239c58579d8feb61d /lib/type.less
parentd324a242685b433cdb48279235a7837c816052fe (diff)
downloadbootstrap-2d99e3f8a61ef9d4a40cd0cad109d0d89ae3c661.tar.xz
bootstrap-2d99e3f8a61ef9d4a40cd0cad109d0d89ae3c661.zip
base import of normalize into the reset css, tweaks to selector specificity across the board
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