mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 15:00:23 +00:00
No more left margin on dd elements, fixes #8567
This commit is contained in:
parent
0b1ddeb353
commit
8aa3c375f0
3 changed files with 3 additions and 3 deletions
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
|
|
@ -567,7 +567,7 @@ dt {
|
|||
}
|
||||
|
||||
dd {
|
||||
margin-left: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dl-horizontal dt {
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue