diff options
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; } } |
