mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 10:50:58 +00:00
fix hr margins, remify border width
This commit is contained in:
parent
aab9218c7f
commit
8e454b6f1d
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue