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

fixes #13346: add a variable for .dl-horizontal's offset

This commit is contained in:
Mark Otto
2014-06-18 21:52:34 -07:00
parent f4dd02f531
commit c7cd63107b
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -219,13 +219,13 @@ dd {
@media (min-width: @grid-float-breakpoint) {
dt {
float: left;
width: (@component-offset-horizontal - 20);
width: (@dl-horizontal-offset - 20);
clear: left;
text-align: right;
.text-overflow();
}
dd {
margin-left: @component-offset-horizontal;
margin-left: @dl-horizontal-offset;
}
}
}