diff options
| author | Mark Otto <[email protected]> | 2011-10-22 22:49:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-22 22:49:37 -0700 |
| commit | b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4 (patch) | |
| tree | 5e2d407e9a7e861a42fb5b996ecd448cca7548f9 /lib/type.less | |
| parent | fb7fbdb278cc76c597acb69de5cd3a5d6eb77b00 (diff) | |
| download | bootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.tar.xz bootstrap-b4c0d2a6b2fe1bc92c3635cda71b63ee08a05be4.zip | |
tweaks to the responsive layout to improve type
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/type.less b/lib/type.less index a490bf5fa..d092b203d 100644 --- a/lib/type.less +++ b/lib/type.less @@ -24,7 +24,7 @@ p { h1, h2, h3, h4, h5, h6 { font-weight: bold; color: @grayDark; - text-rendering: optimizelegibility; + text-rendering: optimizelegibility; // Fix the character spacing for headings small { color: @grayLight; } @@ -185,7 +185,7 @@ pre { background-color: #f5f5f5; display: block; padding: (@baseLineHeight - 1) / 2; - margin: 0 0 @baseLineHeight; + margin: 0 0 @baseLineHeight / 2; line-height: @baseLineHeight; font-size: 12px; border: 1px solid #ccc; @@ -193,6 +193,5 @@ pre { .border-radius(3px); white-space: pre; white-space: pre-wrap; - word-wrap: break-word; - + word-break: break-all; }
\ No newline at end of file |
