diff options
| author | Mark Otto <[email protected]> | 2014-07-07 23:36:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-07 23:36:40 -0700 |
| commit | f5024eb13af16d87c75ce3ec4901fb445b5a1718 (patch) | |
| tree | 722db15445a57cbcc11213cfc7b5651b0fb2a559 /less/code.less | |
| parent | 81b59d35368bc51d361d0352cc92fe99dc580fbf (diff) | |
| download | bootstrap-f5024eb13af16d87c75ce3ec4901fb445b5a1718.tar.xz bootstrap-f5024eb13af16d87c75ce3ec4901fb445b5a1718.zip | |
start the move to rems
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/less/code.less b/less/code.less index baa13df61..ed75d6bec 100644 --- a/less/code.less +++ b/less/code.less @@ -41,21 +41,16 @@ pre { display: block; padding: ((@line-height-computed - 1) / 2); margin: 0 0 (@line-height-computed / 2); - font-size: (@font-size-base - 1); // 14px to 13px + font-size: 90%; line-height: @line-height-base; - word-break: break-all; - word-wrap: break-word; color: @pre-color; background-color: @pre-bg; - border: 1px solid @pre-border-color; - border-radius: @border-radius-base; // Account for some code outputs that place code tags in pre tags code { padding: 0; font-size: inherit; color: inherit; - white-space: pre-wrap; background-color: transparent; border-radius: 0; } |
