diff options
| author | Chris Rebert <[email protected]> | 2015-11-14 23:06:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-14 23:06:40 -0800 |
| commit | 8b91f95d9828d09cc9ce6faa9027db6d1659d31c (patch) | |
| tree | 3de7fe5ad0e1c95e83860c50e0f72981998a83da | |
| parent | 01a44bfa938b8108a77831f8157c5181808a7729 (diff) | |
| download | bootstrap-8b91f95d9828d09cc9ce6faa9027db6d1659d31c.tar.xz bootstrap-8b91f95d9828d09cc9ce6faa9027db6d1659d31c.zip | |
Use $border-width in misc border print styles
[skip sauce]
| -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 { |
