0
0
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:
Mark Otto 2014-12-04 15:18:16 -08:00
parent aab9218c7f
commit 8e454b6f1d

View File

@ -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;
}