1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

Add $mark-padding variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-15 23:55:19 -08:00
parent 2a2462d253
commit 7441beba67
2 changed files with 3 additions and 1 deletions

View File

@@ -205,6 +205,8 @@ $blockquote-border-width: .25rem !default;
$hr-border-color: rgba(0,0,0,.1) !default;
$hr-border-width: $border-width !default;
$mark-padding: .2em !default;
$dt-font-weight: bold !default;
$kbd-box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25) !default;