Commit 8aa3c375 authored by Mark Otto's avatar Mark Otto

No more left margin on dd elements, fixes #8567

parent 0b1ddeb3
......@@ -567,7 +567,7 @@ dt {
}
dd {
margin-left: 10px;
margin-left: 0;
}
.dl-horizontal dt {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment