2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

larger hr border width so it shows up

This commit is contained in:
Mark Otto
2014-12-31 10:20:29 -08:00
parent b873edce8e
commit 03e39251fa
+1 -1
View File
@@ -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;
}