Skip to content

Commit

Permalink
Merge pull request #13860 from twbs/fixes_13346
Browse files Browse the repository at this point in the history
Add a variable for .dl-horizontal's offset
  • Loading branch information
mdo committed Jun 19, 2014
2 parents 0264235 + c7cd631 commit 4c21146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/type.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,8 @@
@blockquote-border-color: @gray-lighter;
//** Page header border color
@page-header-border-color: @gray-lighter;
//** Width of horizontal description list titles
@dl-horizontal-offset: @component-offset-horizontal;


//== Miscellaneous
Expand Down

0 comments on commit 4c21146

Please sign in to comment.