diff options
| author | Jacob Thornton <[email protected]> | 2011-08-26 15:21:20 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-26 15:21:20 -0700 |
| commit | a63fb4d234941c58547ed902eb198abaee71b89c (patch) | |
| tree | c23ca33948c6cf4b9cbdc8afbbcf992590b8dadf /lib/type.less | |
| parent | 5193619ab0b5eaf937eaec01ba58f179dbc2484c (diff) | |
| parent | 273659c8e754b924b1bdcab5d34b0498ce2036bd (diff) | |
| download | bootstrap-a63fb4d234941c58547ed902eb198abaee71b89c.tar.xz bootstrap-a63fb4d234941c58547ed902eb198abaee71b89c.zip | |
Merge branch '1.1.1-wip'
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 |
