aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-10 23:59:00 -0800
committerMark Otto <[email protected]>2012-02-10 23:59:00 -0800
commit89205d9db43f6c2fb2ed14cdb11c50c858de0550 (patch)
tree242b35c11dc5c5edf34622acd1a29b96b43971c2 /less/type.less
parentb4b3343a617f8b23abcfa502dfd5fb4ff7c50ba1 (diff)
downloadbootstrap-89205d9db43f6c2fb2ed14cdb11c50c858de0550.tar.xz
bootstrap-89205d9db43f6c2fb2ed14cdb11c50c858de0550.zip
manually address #1895
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index ae43d1940..6ba83bc3a 100644
--- a/less/type.less
+++ b/less/type.less
@@ -138,7 +138,7 @@ dd {
hr {
margin: @baseLineHeight 0;
border: 0;
- border-top: 1px solid #e5e5e5;
+ border-top: 1px solid @hrBorder;
border-bottom: 1px solid @white;
}