aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-31 10:20:29 -0800
committerMark Otto <[email protected]>2014-12-31 10:20:29 -0800
commit03e39251fa41cf788afe07f44a0f2f8f8bf99c0d (patch)
treebe10781758912b9773a7d12f30950d4f83775b75
parentb873edce8e7bd6fe1c64ec6f642941386f9d89ef (diff)
downloadbootstrap-03e39251fa41cf788afe07f44a0f2f8f8bf99c0d.tar.xz
bootstrap-03e39251fa41cf788afe07f44a0f2f8f8bf99c0d.zip
larger hr border width so it shows up
-rw-r--r--scss/_scaffolding.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss
index bacb7d16c..b5d767e64 100644
--- a/scss/_scaffolding.scss
+++ b/scss/_scaffolding.scss
@@ -111,7 +111,7 @@ hr {
margin-top: $spacer;
margin-bottom: $spacer;
border: 0;
- border-top: .05rem solid $hr-border;
+ border-top: .0625rem solid $hr-border;
}