mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02:00
fix hr margins, remify border width
This commit is contained in:
@@ -108,10 +108,10 @@ img {
|
|||||||
// Horizontal rules
|
// Horizontal rules
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
margin-top: $line-height-computed;
|
margin-top: $spacer;
|
||||||
margin-bottom: $line-height-computed;
|
margin-bottom: $spacer;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top: 1px solid $hr-border;
|
border-top: .05rem solid $hr-border;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user