From 6293dd41cff6f3e2e06c5cfb9e3ceb631c737990 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 9 Jan 2016 15:26:02 -0800 Subject: Extract $kbd-box-shadow variable --- scss/_code.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_code.scss') diff --git a/scss/_code.scss b/scss/_code.scss index 60bbcae81..a9ddb4c0f 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -22,7 +22,7 @@ kbd { color: $kbd-color; background-color: $kbd-bg; @include border-radius($border-radius-sm); - @include box-shadow(inset 0 -.1rem 0 rgba(0,0,0,.25)); + @include box-shadow($kbd-box-shadow); kbd { padding: 0; -- cgit v1.2.3 From ba37c37615429c5e562d1e9f88a11e263640963c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 3 Feb 2016 19:45:13 -0800 Subject: Redo line-height globally - Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also) --- scss/_code.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'scss/_code.scss') diff --git a/scss/_code.scss b/scss/_code.scss index a9ddb4c0f..e32351698 100644 --- a/scss/_code.scss +++ b/scss/_code.scss @@ -38,7 +38,6 @@ pre { margin-top: 0; margin-bottom: 1rem; font-size: 90%; - line-height: $line-height; color: $pre-color; // Account for some code outputs that place code tags in pre tags -- cgit v1.2.3