1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02: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

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 {