diff options
| author | Mark Otto <[email protected]> | 2014-12-04 15:18:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-04 15:18:16 -0800 |
| commit | 8e454b6f1dfe0eb655cb8e1c17572678a2148484 (patch) | |
| tree | 5b359f2c7f6f8f856bf6f56cd73dfb4719d31a99 | |
| parent | aab9218c7fd830c20105f3024768b5a912a6e374 (diff) | |
| download | bootstrap-8e454b6f1dfe0eb655cb8e1c17572678a2148484.tar.xz bootstrap-8e454b6f1dfe0eb655cb8e1c17572678a2148484.zip | |
fix hr margins, remify border width
| -rw-r--r-- | scss/_scaffolding.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 6608d5bf4..557581232 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -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; } |
