8000 Merge pull request #18256 from twbs/print-border-widths · liuwenye2010/bootstrap@543580e · GitHub
[go: up one dir, main page]

Skip to content

Commit 543580e

Browse files
committed
Merge pull request twbs#18256 from twbs/print-border-widths
Use $border-width in misc border print styles
2 parents c1b7934 + 8b91f95 commit 543580e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/_print.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
pre,
2626
blockquote {
27-
border: 1px solid #999;
27+
border: $border-width solid #999;
2828
page-break-inside: avoid;
2929
}
3030

@@ -66,7 +66,7 @@
6666
}
6767
}
6868
.label {
69-
border: 1px solid #000;
69+
border: $border-width solid #000;
7070
}
7171

7272
.table {

0 commit comments

Comments
 (0)
0