aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-30 15:27:13 -0800
committerMark Otto <[email protected]>2012-11-30 15:27:13 -0800
commita09cea44aeb6f19f560205636e9312e71d58d58c (patch)
treeae8d9774351ad2824fd70fd075f48bfd348e58c6 /less/type.less
parent01421ecd62c0f3013f881ad3fcde10769d7328ec (diff)
downloadbootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.tar.xz
bootstrap-a09cea44aeb6f19f560205636e9312e71d58d58c.zip
more vars changed
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;
}