2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

No more left margin on dd elements, fixes #8567

This commit is contained in:
Mark Otto
2013-07-23 10:18:34 -07:00
parent 0b1ddeb353
commit 8aa3c375f0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -567,7 +567,7 @@ dt {
}
dd {
margin-left: 10px;
margin-left: 0;
}
.dl-horizontal dt {