0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #18256 from twbs/print-border-widths

Use $border-width in misc border print styles
This commit is contained in:
Mark Otto 2015-11-29 20:03:02 -08:00
commit 543580eafe

View File

@ -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 {