mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fix hr margins, remify border width
This commit is contained in:
parent
aab9218c7f
commit
8e454b6f1d
@ -108,10 +108,10 @@ img {
|
||||
// Horizontal rules
|
||||
|
||||
hr {
|
||||
margin-top: $line-height-computed;
|
||||
margin-bottom: $line-height-computed;
|
||||
margin-top: $spacer;
|
||||
margin-bottom: $spacer;
|
||||
border: 0;
|
||||
border-top: 1px solid $hr-border;
|
||||
border-top: .05rem solid $hr-border;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user