Skip to content

Commit

Permalink
Remove browser default top margin from dl elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 1, 2013
1 parent cf40b5d commit 841da88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ ol ol {
}

dl {
margin-top: 0;
margin-bottom: 20px;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions less/type.less
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ ol {

// Description Lists
dl {
margin-top: 0; // Remove browser default
margin-bottom: @line-height-computed;
}
dt,
Expand Down

0 comments on commit 841da88

Please sign in to comment.