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
1 changed files with 3 additions and 3 deletions

View File

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