diff options
| author | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
| commit | 07ee6c8ea171ae883d72d6d240b742537cd20d77 (patch) | |
| tree | 2a7570fe3636434663ddfac785031d68f237c73b /less/code.less | |
| parent | 446973308e66bcd325f815e39717ead0b4694853 (diff) | |
| parent | a720e23a518388ae5a374f3499099ca14a68e1e7 (diff) | |
| download | bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.tar.xz bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.zip | |
Merge branch 'v3.4.0-dev' of https://github.com/twbs/bootstrap-3 into v3.4.0-dev
Diffstat (limited to 'less/code.less')
| -rw-r--r-- | less/code.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/code.less b/less/code.less index a08b4d48c..4e07976d5 100644 --- a/less/code.less +++ b/less/code.less @@ -27,12 +27,12 @@ kbd { color: @kbd-color; background-color: @kbd-bg; border-radius: @border-radius-small; - box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); kbd { padding: 0; font-size: 100%; - font-weight: bold; + font-weight: 700; box-shadow: none; } } @@ -44,9 +44,9 @@ pre { margin: 0 0 (@line-height-computed / 2); font-size: (@font-size-base - 1); // 14px to 13px line-height: @line-height-base; + color: @pre-color; 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; |
