diff options
| author | Mark Otto <[email protected]> | 2012-02-16 22:34:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-16 22:34:30 -0800 |
| commit | 091622644a0c619e1afbb21041c141da30df76b7 (patch) | |
| tree | 85ee07a734b2c16223be6072a0d401031a0e9cc7 /less/code.less | |
| parent | 6f6adfb52fc2f6043f84ac4fab876592c00b2894 (diff) | |
| download | bootstrap-091622644a0c619e1afbb21041c141da30df76b7.tar.xz bootstrap-091622644a0c619e1afbb21041c141da30df76b7.zip | |
bring back checkbox borders to iOS by conditionalizing the border: 0; on it to IE7-9; fix word break on pre in IE
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/code.less b/less/code.less index 35a8ae6b8..e2157d8ab 100644 --- a/less/code.less +++ b/less/code.less @@ -34,6 +34,7 @@ pre { white-space: pre; white-space: pre-wrap; word-break: break-all; + word-wrap: break-word; // Make prettyprint styles more spaced out for readability &.prettyprint { |
