diff options
| author | Mark Otto <[email protected]> | 2012-08-28 10:12:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-28 10:12:04 -0700 |
| commit | e27b1355b58331eeb24915bee3e1c9dde4977f17 (patch) | |
| tree | 747ec5fb499b1fa304986a0df9334360a15b547b /less/type.less | |
| parent | 545edf5459d0bdc25b65ba7ee9983cb6562c2842 (diff) | |
| download | bootstrap-e27b1355b58331eeb24915bee3e1c9dde4977f17.tar.xz bootstrap-e27b1355b58331eeb24915bee3e1c9dde4977f17.zip | |
fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given larger font-size of 2.1.0
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 5557b7e4a..14f65f2fa 100644 --- a/less/type.less +++ b/less/type.less @@ -119,13 +119,13 @@ dd { .clearfix(); // Ensure dl clears floats if empty dd elements present dt { float: left; - width: 120px; + width: @horizontalComponentOffset - 20; clear: left; text-align: right; .text-overflow(); } dd { - margin-left: 130px; + margin-left: @horizontalComponentOffset; } } |
