From 8aa3c375f061edf2df044f22b9416bb8dda80850 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Jul 2013 10:18:34 -0700 Subject: No more left margin on dd elements, fixes #8567 --- less/type.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less') 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 { -- cgit v1.2.3