aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less
index 3fa68751d..2f6dc9a9b 100644
--- a/less/type.less
+++ b/less/type.less
@@ -140,13 +140,13 @@ dd {
.clearfix(); // Ensure dl clears floats if empty dd elements present
dt {
float: left;
- width: @horizontalComponentOffset - 20;
+ width: @component-offset-horizontal - 20;
clear: left;
text-align: right;
.text-overflow();
}
dd {
- margin-left: @horizontalComponentOffset;
+ margin-left: @component-offset-horizontal;
}
}
@@ -157,7 +157,7 @@ dd {
hr {
margin: @line-height-base 0;
border: 0;
- border-top: 1px solid @hrBorder;
+ border-top: 1px solid @hr-border;
border-bottom: 1px solid #fff;
}