diff options
| author | Mark Otto <[email protected]> | 2011-08-25 00:13:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-25 00:13:40 -0700 |
| commit | 2d99e3f8a61ef9d4a40cd0cad109d0d89ae3c661 (patch) | |
| tree | 0245170407232ac6faeba27239c58579d8feb61d /lib/type.less | |
| parent | d324a242685b433cdb48279235a7837c816052fe (diff) | |
| download | bootstrap-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.less | 5 |
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 |
