aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/type.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less
index 9986124dc..3d042bdb3 100644
--- a/less/type.less
+++ b/less/type.less
@@ -142,7 +142,7 @@ dt {
font-weight: bold;
}
dd {
- margin-left: (@line-height-computed / 2);
+ margin-left: 0; // Undo browser default
}
// Horizontal layout (like forms)
.dl-horizontal {