diff options
| author | Mark Otto <[email protected]> | 2015-11-29 20:03:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-11-29 20:03:02 -0800 |
| commit | 543580eafe8fbeab471d47f11213ed1f2dcf77cd (patch) | |
| tree | f3ee04dcc44c493677204c9949377367165e8211 | |
| parent | c1b79347b416d6f9d193075b500adba5a424e5bf (diff) | |
| parent | 8b91f95d9828d09cc9ce6faa9027db6d1659d31c (diff) | |
| download | bootstrap-543580eafe8fbeab471d47f11213ed1f2dcf77cd.tar.xz bootstrap-543580eafe8fbeab471d47f11213ed1f2dcf77cd.zip | |
Merge pull request #18256 from twbs/print-border-widths
Use $border-width in misc border print styles
| -rw-r--r-- | scss/_print.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_print.scss b/scss/_print.scss index e9cc65e32..e2929bb48 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -24,7 +24,7 @@ pre, blockquote { - border: 1px solid #999; + border: $border-width solid #999; page-break-inside: avoid; } @@ -66,7 +66,7 @@ } } .label { - border: 1px solid #000; + border: $border-width solid #000; } .table { |
