diff options
| author | Jacob Thornton <[email protected]> | 2012-04-16 16:34:08 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-16 16:34:08 -0700 |
| commit | 2881269e16be1beb007633501496d6a8e8924b4b (patch) | |
| tree | 74cc8785b4648817162038526b5c6abebf19be67 /less/code.less | |
| parent | a3ec868ac278fb4ec29b21b662f1fd417ac16f2a (diff) | |
| download | bootstrap-2881269e16be1beb007633501496d6a8e8924b4b.tar.xz bootstrap-2881269e16be1beb007633501496d6a8e8924b4b.zip | |
lots of property ordering
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/code.less b/less/code.less index 075185989..0cae749a0 100644 --- a/less/code.less +++ b/less/code.less @@ -27,14 +27,14 @@ pre { margin: 0 0 @baseLineHeight / 2; font-size: @baseFontSize * .925; // 13px to 12px line-height: @baseLineHeight; + word-break: break-all; + word-wrap: break-word; + white-space: pre; + white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; // fallback for IE7-8 border: 1px solid rgba(0,0,0,.15); .border-radius(4px); - white-space: pre; - white-space: pre-wrap; - word-break: break-all; - word-wrap: break-word; // Make prettyprint styles more spaced out for readability &.prettyprint { |
