mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Use $border-width in misc border print styles
[skip sauce]
This commit is contained in:
parent
01a44bfa93
commit
8b91f95d98
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user