2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

more vars changed

This commit is contained in:
Mark Otto
2012-11-30 15:27:13 -08:00
parent 01421ecd62
commit a09cea44ae
6 changed files with 28 additions and 30 deletions
+3 -3
View File
@@ -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;
}