diff options
| author | Mark Otto <[email protected]> | 2013-07-23 10:18:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 10:18:34 -0700 |
| commit | 8aa3c375f061edf2df044f22b9416bb8dda80850 (patch) | |
| tree | 77dcf6103c7d301e4ef89b9fe6fc1c0ec9a8e9c5 /less | |
| parent | 0b1ddeb35359c16eba2682aec3c880706d747f53 (diff) | |
| download | bootstrap-8aa3c375f061edf2df044f22b9416bb8dda80850.tar.xz bootstrap-8aa3c375f061edf2df044f22b9416bb8dda80850.zip | |
No more left margin on dd elements, fixes #8567
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 2 |
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 { |
