diff options
| author | Mark Otto <[email protected]> | 2011-08-26 16:08:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-26 16:08:03 -0700 |
| commit | b9c9f1d8d616bece3240aa8c3c78873947c7d88f (patch) | |
| tree | 578f570e4dccbc822126fffd3f00603cf054205d /lib/type.less | |
| parent | a5e62657262aa9b0ca35377cc2e2619d54249b7b (diff) | |
| parent | 842683b6dfd799a5b665875d981196a623ca0840 (diff) | |
| download | bootstrap-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.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 |
