diff options
| author | Mark Otto <[email protected]> | 2015-06-22 23:24:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-22 23:24:32 -0700 |
| commit | ed42fc9b76bd89bae05790b37815bcacf4cde9f3 (patch) | |
| tree | 3ed963da617f697544690586026e7b79db15a00f /scss/_code.scss | |
| parent | 03a5ff6b8289657c38d6c11e2b3fbdbaeda217a3 (diff) | |
| download | bootstrap-ed42fc9b76bd89bae05790b37815bcacf4cde9f3.tar.xz bootstrap-ed42fc9b76bd89bae05790b37815bcacf4cde9f3.zip | |
line-height-base to line-height var
Diffstat (limited to 'scss/_code.scss')
| -rw-r--r-- | scss/_code.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_code.scss b/scss/_code.scss index 69936c57e..e1c5413be 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -43,7 +43,7 @@ pre { margin-top: 0; margin-bottom: 1rem; font-size: 90%; - line-height: $line-height-base; + line-height: $line-height; color: $pre-color; // Account for some code outputs that place code tags in pre tags |
